#12331F

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

Shades of Deep Fir #12331F

Tints of Deep Fir #12331F

Color information

#12331F (or 0x12331F) is unknown color: approx Deep Fir. HEX triplet: 12, 33 and 1F. RGB value is (18,51,31). Sum of RGB (Red+Green+Blue) = 18+51+31=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #12331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331F is #EDCCE0. Grayscale: #262626. Windows color (decimal): -15584481 or 2044690. OLE color: 2044690.

HSL color Cylindrical-coordinate representation of color #12331F: hue angle of 143.64º 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 #12331F is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB185131-
CMYK0.6500.390.8
HSL143.64º47.83%13.53%-
HSV(B)143.64º64.71%20%-
XYZ1.682.61.71-
YUV38.85123.57113.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 51 (20.31% from 255) = 51%
BLUE value IS 31 (12.5% from 255) = 31%
R=18%
G=51%
B=31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851310.6500.390.8143.6447.8313.53
Hex12331F41027509030e
Octal2263371010471202206016
Binary1001011001111111100000101001111010000100100001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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