Html Css Color HEX #12331A Deep Fir

📋 copy color: '#12331A'

red 18 ◦ green 51 ◦ blue 26

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

Shades of Deep Fir #12331A

Tints of Deep Fir #12331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 18.95%
G = 53.68%
B = 27.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#12331A (or 0x12331A) is known color: Deep Fir. HEX triplet: 12, 33 and 1A. RGB value is (18,51,26). Sum of RGB (Red+Green+Blue) = 18+51+26=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #12331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12331A is #EDCCE5. Grayscale: #262626. Windows color (decimal): -15584486 or 1717010. OLE color: 1717010.

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

Color convert

RGB 18 51 26 -
CMYK 0.65 0 0.49 0.8
HSL 134.55º 0.48% 0.14% -
HSV(B) 134.55º 0.65% 0.2% -
XYZ 1.62 2.57 1.39 -
YUV 38.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 18 51 26 0.65 0 0.49 0.8 134.55 0.48 0.14
Hex 12 33 1A 41 0 31 50 87 30 E
Octal 22 63 32 101 0 61 120 207 60 16
Binary 10010 110011 11010 1000001 0 110001 1010000 10000111 110000 1110

Color Harmonies of #12331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12331A

Black with #12331A

Text Example


Text Example

White with #12331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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