Html Css Color HEX #0A1803 Pine Tree

📋 copy color: '#0A1803'

red 10 ◦ green 24 ◦ blue 3

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

Shades of Pine Tree #0A1803

Tints of Pine Tree #0A1803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 64.86%

 BLUE value IS 3 (1.56% from 255) = 8.11%

R = 27.03%
G = 64.86%
B = 8.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.91

RGB Variations

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

Color information

#0A1803 (or 0x0A1803) is known color: Pine Tree. HEX triplet: 0A, 18 and 03. RGB value is (10,24,3). Sum of RGB (Red+Green+Blue) = 10+24+3=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1803 is #F5E7FC. Grayscale: #111111. Windows color (decimal): -16115709 or 202762. OLE color: 202762.

HSL color Cylindrical-coordinate representation of color #0A1803: hue angle of 100º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1803 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 24 3 -
CMYK 0.58 0 0.88 0.91
HSL 100º 0.78% 0.05% -
HSV(B) 100º 0.88% 0.09% -
XYZ 0.47 0.72 0.2 -
YUV 17.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 10 24 3 0.58 0 0.88 0.91 100 0.78 0.05
Hex A 18 3 3A 0 58 5B 64 4E 5
Octal 12 30 3 72 0 130 133 144 116 5
Binary 1010 11000 11 111010 0 1011000 1011011 1100100 1001110 101

Color Harmonies of #0A1803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1803

Black with #0A1803

Text Example


Text Example

White with #0A1803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,3); }

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

background-color css

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

 a { background-color: rgb(10,24,3); }

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

border-color css

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

 span { border-color: rgb(10,24,3); }

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