Html Css Color HEX #0F130B Pine Tree

📋 copy color: '#0F130B'

red 15 ◦ green 19 ◦ blue 11

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

Shades of Pine Tree #0F130B

Tints of Pine Tree #0F130B

RGB

 RED value IS 15 (6.25% from 255) = 33.33%

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

 BLUE value IS 11 (4.69% from 255) = 24.44%

R = 33.33%
G = 42.22%
B = 24.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#0F130B (or 0x0F130B) is known color: Pine Tree. HEX triplet: 0F, 13 and 0B. RGB value is (15,19,11). Sum of RGB (Red+Green+Blue) = 15+19+11=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130B is #F0ECF4. Grayscale: #101010. Windows color (decimal): -15789301 or 725775. OLE color: 725775.

HSL color Cylindrical-coordinate representation of color #0F130B: hue angle of 90º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F130B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 19 11 -
CMYK 0.21 0 0.42 0.93
HSL 90º 0.27% 0.06% -
HSV(B) 90º 0.42% 0.07% -
XYZ 0.49 0.59 0.4 -
YUV 16.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 15 19 11 0.21 0 0.42 0.93 90 0.27 0.06
Hex F 13 B 15 0 2A 5D 5A 1B 6
Octal 17 23 13 25 0 52 135 132 33 6
Binary 1111 10011 1011 10101 0 101010 1011101 1011010 11011 110

Color Harmonies of #0F130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F130B

Black with #0F130B

Text Example


Text Example

White with #0F130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,11); }

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

background-color css

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

 a { background-color: rgb(15,19,11); }

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

border-color css

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

 span { border-color: rgb(15,19,11); }

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