Html Css Color HEX #0C321A Deep Fir

📋 copy color: '#0C321A'

red 12 ◦ green 50 ◦ blue 26

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

Shades of Deep Fir #0C321A

Tints of Deep Fir #0C321A

RGB

 RED value IS 12 (5.08% from 255) = 13.64%

 GREEN value IS 50 (19.92% from 255) = 56.82%

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

R = 13.64%
G = 56.82%
B = 29.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#0C321A (or 0x0C321A) is known color: Deep Fir. HEX triplet: 0C, 32 and 1A. RGB value is (12,50,26). Sum of RGB (Red+Green+Blue) = 12+50+26=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #0C321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C321A is #F3CDE5. Grayscale: #232323. Windows color (decimal): -15977958 or 1716748. OLE color: 1716748.

HSL color Cylindrical-coordinate representation of color #0C321A: hue angle of 142.11º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C321A is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 50 26 -
CMYK 0.76 0 0.48 0.80
HSL 142.11º 0.61% 0.12% -
HSV(B) 142.11º 0.76% 0.2% -
XYZ 1.48 2.43 1.37 -
YUV 35.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 12 50 26 0.76 0 0.48 0.80 142.11 0.61 0.12
Hex C 32 1A 4C 0 30 50 8E 3D C
Octal 14 62 32 114 0 60 120 216 75 14
Binary 1100 110010 11010 1001100 0 110000 1010000 10001110 111101 1100

Color Harmonies of #0C321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C321A

Black with #0C321A

Text Example


Text Example

White with #0C321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C321A; }

 p { color: rgb(12,50,26); }

 H1.HeaderClassName
 {
   color: #0C321A;
 }
 .AnyTagClassName
 {
   color: #0C321A;
 }
</style>

background-color css

<style>
 a { background-color: #0C321A; }

 a { background-color: rgb(12,50,26); }

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

border-color css

<style>
 span { border-color: #0C321A; }

 span { border-color: rgb(12,50,26); }

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