Html Css Color HEX #0A1304 Pine Tree

📋 copy color: '#0A1304'

red 10 ◦ green 19 ◦ blue 4

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

Shades of Pine Tree #0A1304

Tints of Pine Tree #0A1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 57.58%

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

R = 30.3%
G = 57.58%
B = 12.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#0A1304 (or 0x0A1304) is known color: Pine Tree. HEX triplet: 0A, 13 and 04. RGB value is (10,19,4). Sum of RGB (Red+Green+Blue) = 10+19+4=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1304 is #F5ECFB. Grayscale: #0E0E0E. Windows color (decimal): -16116988 or 267018. OLE color: 267018.

HSL color Cylindrical-coordinate representation of color #0A1304: hue angle of 96º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1304 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 19 4 -
CMYK 0.47 0 0.79 0.93
HSL 96º 0.65% 0.05% -
HSV(B) 96º 0.79% 0.07% -
XYZ 0.38 0.54 0.2 -
YUV 14.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 10 19 4 0.47 0 0.79 0.93 96 0.65 0.05
Hex A 13 4 2F 0 4F 5D 60 41 5
Octal 12 23 4 57 0 117 135 140 101 5
Binary 1010 10011 100 101111 0 1001111 1011101 1100000 1000001 101

Color Harmonies of #0A1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1304

Black with #0A1304

Text Example


Text Example

White with #0A1304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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