Html Css Color HEX #12331D Deep Fir

📋 copy color: '#12331D'

red 18 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #12331D

Tints of Deep Fir #12331D

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 value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#12331D (or 0x12331D) is known color: 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

RGB 18 51 29 -
CMYK 0.65 0 0.43 0.8
HSL 140º 0.48% 0.14% -
HSV(B) 140º 0.65% 0.2% -
XYZ 1.66 2.58 1.57 -
YUV 38.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 18 51 29 0.65 0 0.43 0.8 140 0.48 0.14
Hex 12 33 1D 41 0 2B 50 8C 30 E
Octal 22 63 35 101 0 53 120 214 60 16
Binary 10010 110011 11101 1000001 0 101011 1010000 10001100 110000 1110

Color Harmonies of #12331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12331D

Black with #12331D

Text Example


Text Example

White with #12331D

Text Example


Text Example

HTML Codes & Css Web 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>