#12331D

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

Shades of Deep Fir #12331D

Tints of Deep Fir #12331D

Color information

#12331D (or 0x12331D) is unknown color: approx Deep Fir. HEX triplet: 12, 33 and 1D. RGB value is (18,51,29). Sum of RGB (Red+Green+Blue) = 18+51+29=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #12331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331D is #EDCCE2. Grayscale: #262626. Windows color (decimal): -15584483 or 1913618. OLE color: 1913618.

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

Color convert

RGB185129-
CMYK0.6500.430.8
HSL140º47.83%13.53%-
HSV(B)140º64.71%20%-
XYZ1.662.581.57-
YUV38.62122.57113.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=18.37%
G=52.04%
B=29.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851290.6500.430.814047.8313.53
Hex12331D4102B508c30e
Octal2263351010531202146016
Binary1001011001111101100000101010111010000100011001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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