Html Css Color HEX #0C1001 Pine Tree

📋 copy color: '#0C1001'

red 12 ◦ green 16 ◦ blue 1

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

Shades of Pine Tree #0C1001

Tints of Pine Tree #0C1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 55.17%

 BLUE value IS 1 (0.78% from 255) = 3.45%

R = 41.38%
G = 55.17%
B = 3.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#0C1001 (or 0x0C1001) is known color: Pine Tree. HEX triplet: 0C, 10 and 01. RGB value is (12,16,1). Sum of RGB (Red+Green+Blue) = 12+16+1=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #0C1001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1001 is #F3EFFE. Grayscale: #0D0D0D. Windows color (decimal): -15986687 or 69644. OLE color: 69644.

HSL color Cylindrical-coordinate representation of color #0C1001: hue angle of 76º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1001 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 16 1 -
CMYK 0.25 0 0.94 0.94
HSL 76º 0.88% 0.03% -
HSV(B) 76º 0.94% 0.06% -
XYZ 0.34 0.45 0.1 -
YUV 13.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 12 16 1 0.25 0 0.94 0.94 76 0.88 0.03
Hex C 10 1 19 0 5E 5E 4C 58 3
Octal 14 20 1 31 0 136 136 114 130 3
Binary 1100 10000 1 11001 0 1011110 1011110 1001100 1011000 11

Color Harmonies of #0C1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1001

Black with #0C1001

Text Example


Text Example

White with #0C1001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,16,1); }

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

background-color css

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

 a { background-color: rgb(12,16,1); }

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

border-color css

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

 span { border-color: rgb(12,16,1); }

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