Html Css Color HEX #12331E Deep Fir

📋 copy color: '#12331E'

red 18 ◦ green 51 ◦ blue 30

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

Shades of Deep Fir #12331E

Tints of Deep Fir #12331E

RGB

 RED value IS 18 (7.42% from 255) = 18.18%

 GREEN value IS 51 (20.31% from 255) = 51.52%

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 18.18%
G = 51.52%
B = 30.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#12331E (or 0x12331E) is known color: Deep Fir. HEX triplet: 12, 33 and 1E. RGB value is (18,51,30). Sum of RGB (Red+Green+Blue) = 18+51+30=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #12331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331E is #EDCCE1. Grayscale: #262626. Windows color (decimal): -15584482 or 1979154. OLE color: 1979154.

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

Color convert

RGB 18 51 30 -
CMYK 0.65 0 0.41 0.8
HSL 141.82º 0.48% 0.14% -
HSV(B) 141.82º 0.65% 0.2% -
XYZ 1.67 2.59 1.64 -
YUV 38.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 18 51 30 0.65 0 0.41 0.8 141.82 0.48 0.14
Hex 12 33 1E 41 0 29 50 8E 30 E
Octal 22 63 36 101 0 51 120 216 60 16
Binary 10010 110011 11110 1000001 0 101001 1010000 10001110 110000 1110

Color Harmonies of #12331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12331E

Black with #12331E

Text Example


Text Example

White with #12331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12331E;
 }
 .AnyTagClassName
 {
   color: #12331E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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