#12391B

Color #12391B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #12391B

Tints of Deep Fir #12391B

Color information

#12391B (or 0x12391B) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 1B. RGB value is (18,57,27). Sum of RGB (Red+Green+Blue) = 18+57+27=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #12391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12391B is #EDC6E4. Grayscale: #292929. Windows color (decimal): -15582949 or 1784082. OLE color: 1784082.

HSL color Cylindrical-coordinate representation of color #12391B: hue angle of 133.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12391B is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB185727-
CMYK0.6800.530.78
HSL133.85º52%14.71%-
HSV(B)133.85º68.42%22.35%-
XYZ1.913.131.54-
YUV41.92119.58110.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=17.65%
G=55.88%
B=26.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857270.6800.530.78133.855214.71
Hex12391B440354E8634f
Octal2271331040651162066417
Binary1001011100111011100010001101011001110100001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,57,27); }

 H1.HeaderClassName
 {
   color: #12391B;
 }
 .AnyTagClassName
 {
   color: #12391B;
 }
</style>
background-color css

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

 a { background-color: rgb(18,57,27); }

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

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

 span { border-color: rgb(18,57,27); }

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