#12331B

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

Shades of Deep Fir #12331B

Tints of Deep Fir #12331B

Color information

#12331B (or 0x12331B) is unknown color: approx Deep Fir. HEX triplet: 12, 33 and 1B. RGB value is (18,51,27). Sum of RGB (Red+Green+Blue) = 18+51+27=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #12331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331B is #EDCCE4. Grayscale: #262626. Windows color (decimal): -15584485 or 1782546. OLE color: 1782546.

HSL color Cylindrical-coordinate representation of color #12331B: hue angle of 136.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #12331B is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB185127-
CMYK0.6500.470.8
HSL136.36º47.83%13.53%-
HSV(B)136.36º64.71%20%-
XYZ1.632.581.45-
YUV38.4121.57113.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=18.75%
G=53.12%
B=28.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851270.6500.470.8136.3647.8313.53
Hex12331B4102F508830e
Octal2263331010571202106016
Binary1001011001111011100000101011111010000100010001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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