Html Css Color HEX #383001 Maire

📋 copy color: '#383001'

red 56 ◦ green 48 ◦ blue 1

#383001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #383001

Tints of Maire #383001

RGB

 RED value IS 56 (22.27% from 255) = 53.33%

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 53.33%
G = 45.71%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383001 (or 0x383001) is known color: Maire. HEX triplet: 38, 30 and 01. RGB value is (56,48,1). Sum of RGB (Red+Green+Blue) = 56+48+1=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #383001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383001 is #C7CFFE. Grayscale: #2D2D2D. Windows color (decimal): -13094911 or 77880. OLE color: 77880.

HSL color Cylindrical-coordinate representation of color #383001: hue angle of 51.27º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383001 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 48 1 -
CMYK 0 0.14 0.98 0.78
HSL 51.27º 0.96% 0.11% -
HSV(B) 51.27º 0.98% 0.22% -
XYZ 2.69 2.96 0.46 -
YUV 45.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 56 48 1 0 0.14 0.98 0.78 51.27 0.96 0.11
Hex 38 30 1 0 E 62 4E 33 60 B
Octal 70 60 1 0 16 142 116 63 140 13
Binary 111000 110000 1 0 1110 1100010 1001110 110011 1100000 1011

Color Harmonies of #383001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383001

Black with #383001

Text Example


Text Example

White with #383001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383001; }

 p { color: rgb(56,48,1); }

 H1.HeaderClassName
 {
   color: #383001;
 }
 .AnyTagClassName
 {
   color: #383001;
 }
</style>

background-color css

<style>
 a { background-color: #383001; }

 a { background-color: rgb(56,48,1); }

 div.DivClassName
 {
   background-color: #383001;
 }
 .BgClassName
 {
   background-color: #383001;
 }
</style>

border-color css

<style>
 span { border-color: #383001; }

 span { border-color: rgb(56,48,1); }

 td.TdClassName
 {
   border-color: #383001;
 }
 .TagClassName
 {
   border-color: #383001;
 }
</style>