Html Css Color HEX #0A1503 Pine Tree

📋 copy color: '#0A1503'

red 10 ◦ green 21 ◦ blue 3

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

Shades of Pine Tree #0A1503

Tints of Pine Tree #0A1503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 61.76%

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

R = 29.41%
G = 61.76%
B = 8.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#0A1503 (or 0x0A1503) is known color: Pine Tree. HEX triplet: 0A, 15 and 03. RGB value is (10,21,3). Sum of RGB (Red+Green+Blue) = 10+21+3=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1503 is #F5EAFC. Grayscale: #0F0F0F. Windows color (decimal): -16116477 or 201994. OLE color: 201994.

HSL color Cylindrical-coordinate representation of color #0A1503: hue angle of 96.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1503 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 21 3 -
CMYK 0.52 0 0.86 0.92
HSL 96.67º 0.75% 0.05% -
HSV(B) 96.67º 0.86% 0.08% -
XYZ 0.41 0.61 0.18 -
YUV 15.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 10 21 3 0.52 0 0.86 0.92 96.67 0.75 0.05
Hex A 15 3 34 0 56 5C 61 4B 5
Octal 12 25 3 64 0 126 134 141 113 5
Binary 1010 10101 11 110100 0 1010110 1011100 1100001 1001011 101

Color Harmonies of #0A1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1503

Black with #0A1503

Text Example


Text Example

White with #0A1503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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