Html Css Color HEX #393001 Maire

📋 copy color: '#393001'

red 57 ◦ green 48 ◦ blue 1

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

Shades of Maire #393001

Tints of Maire #393001

RGB

 RED value IS 57 (22.66% from 255) = 53.77%

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

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

R = 53.77%
G = 45.28%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#393001 (or 0x393001) is known color: Maire. HEX triplet: 39, 30 and 01. RGB value is (57,48,1). Sum of RGB (Red+Green+Blue) = 57+48+1=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #393001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393001 is #C6CFFE. Grayscale: #2D2D2D. Windows color (decimal): -13029375 or 77881. OLE color: 77881.

HSL color Cylindrical-coordinate representation of color #393001: hue angle of 50.36º degrees, saturation: 0.97, 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 #393001 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 48 1 -
CMYK 0 0.16 0.98 0.78
HSL 50.36º 0.97% 0.11% -
HSV(B) 50.36º 0.98% 0.22% -
XYZ 2.75 2.99 0.46 -
YUV 45.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 57 48 1 0 0.16 0.98 0.78 50.36 0.97 0.11
Hex 39 30 1 0 10 62 4E 32 61 B
Octal 71 60 1 0 20 142 116 62 141 13
Binary 111001 110000 1 0 10000 1100010 1001110 110010 1100001 1011

Color Harmonies of #393001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393001

Black with #393001

Text Example


Text Example

White with #393001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393001; }

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

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

background-color css

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

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

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

border-color css

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

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

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