Html Css Color HEX #12311D Deep Fir

📋 copy color: '#12311D'

red 18 ◦ green 49 ◦ blue 29

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

Shades of Deep Fir #12311D

Tints of Deep Fir #12311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 51.04%

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 18.75%
G = 51.04%
B = 30.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#12311D (or 0x12311D) is known color: Deep Fir. HEX triplet: 12, 31 and 1D. RGB value is (18,49,29). Sum of RGB (Red+Green+Blue) = 18+49+29=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #12311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12311D is #EDCEE2. Grayscale: #252525. Windows color (decimal): -15584995 or 1913106. OLE color: 1913106.

HSL color Cylindrical-coordinate representation of color #12311D: hue angle of 141.29º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12311D is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 29 -
CMYK 0.63 0 0.41 0.81
HSL 141.29º 0.46% 0.13% -
HSV(B) 141.29º 0.63% 0.19% -
XYZ 1.57 2.41 1.55 -
YUV 37.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 18 49 29 0.63 0 0.41 0.81 141.29 0.46 0.13
Hex 12 31 1D 3F 0 29 51 8D 2E D
Octal 22 61 35 77 0 51 121 215 56 15
Binary 10010 110001 11101 111111 0 101001 1010001 10001101 101110 1101

Color Harmonies of #12311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12311D

Black with #12311D

Text Example


Text Example

White with #12311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12311D;
 }
 .AnyTagClassName
 {
   color: #12311D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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