Html Css Color HEX #0A1307 Pine Tree

📋 copy color: '#0A1307'

red 10 ◦ green 19 ◦ blue 7

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

Shades of Pine Tree #0A1307

Tints of Pine Tree #0A1307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 19.44%

R = 27.78%
G = 52.78%
B = 19.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#0A1307 (or 0x0A1307) is known color: Pine Tree. HEX triplet: 0A, 13 and 07. RGB value is (10,19,7). Sum of RGB (Red+Green+Blue) = 10+19+7=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1307 is #F5ECF8. Grayscale: #0E0E0E. Windows color (decimal): -16116985 or 463626. OLE color: 463626.

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

Color convert

RGB 10 19 7 -
CMYK 0.47 0 0.63 0.93
HSL 105º 0.46% 0.05% -
HSV(B) 105º 0.63% 0.07% -
XYZ 0.4 0.55 0.29 -
YUV 14.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 10 19 7 0.47 0 0.63 0.93 105 0.46 0.05
Hex A 13 7 2F 0 3F 5D 69 2E 5
Octal 12 23 7 57 0 77 135 151 56 5
Binary 1010 10011 111 101111 0 111111 1011101 1101001 101110 101

Color Harmonies of #0A1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1307

Black with #0A1307

Text Example


Text Example

White with #0A1307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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