Html Css Color HEX #12331C Deep Fir

📋 copy color: '#12331C'

red 18 ◦ green 51 ◦ blue 28

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

Shades of Deep Fir #12331C

Tints of Deep Fir #12331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.87%

R = 18.56%
G = 52.58%
B = 28.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#12331C (or 0x12331C) is known color: Deep Fir. HEX triplet: 12, 33 and 1C. RGB value is (18,51,28). Sum of RGB (Red+Green+Blue) = 18+51+28=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #12331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331C is #EDCCE3. Grayscale: #262626. Windows color (decimal): -15584484 or 1848082. OLE color: 1848082.

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

Color convert

RGB 18 51 28 -
CMYK 0.65 0 0.45 0.8
HSL 138.18º 0.48% 0.14% -
HSV(B) 138.18º 0.65% 0.2% -
XYZ 1.64 2.58 1.51 -
YUV 38.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 18 51 28 0.65 0 0.45 0.8 138.18 0.48 0.14
Hex 12 33 1C 41 0 2D 50 8A 30 E
Octal 22 63 34 101 0 55 120 212 60 16
Binary 10010 110011 11100 1000001 0 101101 1010000 10001010 110000 1110

Color Harmonies of #12331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12331C

Black with #12331C

Text Example


Text Example

White with #12331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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