Html Css Color HEX #00390B Deep Fir

📋 copy color: '#00390B'

red 0 ◦ green 57 ◦ blue 11

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

Shades of Deep Fir #00390B

Tints of Deep Fir #00390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 83.82%

 BLUE value IS 11 (4.69% from 255) = 16.18%

R = 0%
G = 83.82%
B = 16.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#00390B (or 0x00390B) is known color: Deep Fir. HEX triplet: 00, 39 and 0B. RGB value is (0,57,11). Sum of RGB (Red+Green+Blue) = 0+57+11=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 57 (22.66% from 255 or 83.82% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 57 - color contains mainly: green. Hex color #00390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00390B is #FFC6F4. Grayscale: #222222. Windows color (decimal): -16762613 or 735488. OLE color: 735488.

HSL color Cylindrical-coordinate representation of color #00390B: hue angle of 131.58º 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 #00390B is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 57 11 -
CMYK 1 0 0.81 0.78
HSL 131.58º 1% 0.11% -
HSV(B) 131.58º 1% 0.22% -
XYZ 1.52 2.95 0.81 -
YUV 34.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 0 57 11 1 0 0.81 0.78 131.58 1 0.11
Hex 0 39 B 64 0 51 4E 84 64 B
Octal 0 71 13 144 0 121 116 204 144 13
Binary 0 111001 1011 1100100 0 1010001 1001110 10000100 1100100 1011

Color Harmonies of #00390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00390B

Black with #00390B

Text Example


Text Example

White with #00390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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