Html Css Color HEX #0A1104 Pine Tree

📋 copy color: '#0A1104'

red 10 ◦ green 17 ◦ blue 4

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

Shades of Pine Tree #0A1104

Tints of Pine Tree #0A1104

RGB

 RED value IS 10 (4.3% from 255) = 32.26%

 GREEN value IS 17 (7.03% from 255) = 54.84%

 BLUE value IS 4 (1.95% from 255) = 12.9%

R = 32.26%
G = 54.84%
B = 12.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#0A1104 (or 0x0A1104) is known color: Pine Tree. HEX triplet: 0A, 11 and 04. RGB value is (10,17,4). Sum of RGB (Red+Green+Blue) = 10+17+4=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #0A1104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1104 is #F5EEFB. Grayscale: #0D0D0D. Windows color (decimal): -16117500 or 266506. OLE color: 266506.

HSL color Cylindrical-coordinate representation of color #0A1104: hue angle of 92.31º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A1104 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 17 4 -
CMYK 0.41 0 0.76 0.93
HSL 92.31º 0.62% 0.04% -
HSV(B) 92.31º 0.76% 0.07% -
XYZ 0.35 0.47 0.19 -
YUV 13.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 10 17 4 0.41 0 0.76 0.93 92.31 0.62 0.04
Hex A 11 4 29 0 4C 5D 5C 3E 4
Octal 12 21 4 51 0 114 135 134 76 4
Binary 1010 10001 100 101001 0 1001100 1011101 1011100 111110 100

Color Harmonies of #0A1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1104

Black with #0A1104

Text Example


Text Example

White with #0A1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,4); }

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

background-color css

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

 a { background-color: rgb(10,17,4); }

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

border-color css

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

 span { border-color: rgb(10,17,4); }

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