Html Css Color HEX #393000 Maire

📋 copy color: '#393000'

red 57 ◦ green 48 ◦ blue 0

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

Shades of Maire #393000

Tints of Maire #393000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#393000 (or 0x393000) is known color: Maire. HEX triplet: 39, 30 and 00. RGB value is (57,48,0). Sum of RGB (Red+Green+Blue) = 57+48+0=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #393000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393000 is #C6CFFF. Grayscale: #2D2D2D. Windows color (decimal): -13029376 or 12345. OLE color: 12345.

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

Color convert

RGB 57 48 0 -
CMYK 0 0.16 1 0.78
HSL 50.53º 1% 0.11% -
HSV(B) 50.53º 1% 0.22% -
XYZ 2.74 2.98 0.43 -
YUV 45.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 57 48 0 0 0.16 1 0.78 50.53 1 0.11
Hex 39 30 0 0 10 64 4E 33 64 B
Octal 71 60 0 0 20 144 116 63 144 13
Binary 111001 110000 0 0 10000 1100100 1001110 110011 1100100 1011

Color Harmonies of #393000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393000

Black with #393000

Text Example


Text Example

White with #393000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393000; }

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

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

background-color css

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

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

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

border-color css

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

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

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