Html Css Color HEX #0E1303 Pine Tree

📋 copy color: '#0E1303'

red 14 ◦ green 19 ◦ blue 3

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

Shades of Pine Tree #0E1303

Tints of Pine Tree #0E1303

RGB

 RED value IS 14 (5.86% from 255) = 38.89%

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

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

R = 38.89%
G = 52.78%
B = 8.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#0E1303 (or 0x0E1303) is known color: Pine Tree. HEX triplet: 0E, 13 and 03. RGB value is (14,19,3). Sum of RGB (Red+Green+Blue) = 14+19+3=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1303 is #F1ECFC. Grayscale: #0F0F0F. Windows color (decimal): -15854845 or 201486. OLE color: 201486.

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

Color convert

RGB 14 19 3 -
CMYK 0.26 0 0.84 0.93
HSL 78.75º 0.73% 0.04% -
HSV(B) 78.75º 0.84% 0.07% -
XYZ 0.43 0.57 0.17 -
YUV 15.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 14 19 3 0.26 0 0.84 0.93 78.75 0.73 0.04
Hex E 13 3 1A 0 54 5D 4F 49 4
Octal 16 23 3 32 0 124 135 117 111 4
Binary 1110 10011 11 11010 0 1010100 1011101 1001111 1001001 100

Color Harmonies of #0E1303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1303

Black with #0E1303

Text Example


Text Example

White with #0E1303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,3); }

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

background-color css

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

 a { background-color: rgb(14,19,3); }

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

border-color css

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

 span { border-color: rgb(14,19,3); }

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