Html Css Color HEX #12311C Deep Fir

📋 copy color: '#12311C'

red 18 ◦ green 49 ◦ blue 28

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

Shades of Deep Fir #12311C

Tints of Deep Fir #12311C

RGB

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

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

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

R = 18.95%
G = 51.58%
B = 29.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#12311C (or 0x12311C) is known color: Deep Fir. HEX triplet: 12, 31 and 1C. RGB value is (18,49,28). Sum of RGB (Red+Green+Blue) = 18+49+28=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #12311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12311C is #EDCEE3. Grayscale: #252525. Windows color (decimal): -15584996 or 1847570. OLE color: 1847570.

HSL color Cylindrical-coordinate representation of color #12311C: hue angle of 139.35º 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 #12311C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 28 -
CMYK 0.63 0 0.43 0.81
HSL 139.35º 0.46% 0.13% -
HSV(B) 139.35º 0.63% 0.19% -
XYZ 1.56 2.41 1.48 -
YUV 37.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 18 49 28 0.63 0 0.43 0.81 139.35 0.46 0.13
Hex 12 31 1C 3F 0 2B 51 8B 2E D
Octal 22 61 34 77 0 53 121 213 56 15
Binary 10010 110001 11100 111111 0 101011 1010001 10001011 101110 1101

Color Harmonies of #12311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12311C

Black with #12311C

Text Example


Text Example

White with #12311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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