Html Css Color HEX #0B0F04 Pine Tree

📋 copy color: '#0B0F04'

red 11 ◦ green 15 ◦ blue 4

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

Shades of Pine Tree #0B0F04

Tints of Pine Tree #0B0F04

RGB

 RED value IS 11 (4.69% from 255) = 36.67%

 GREEN value IS 15 (6.25% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 13.33%

R = 36.67%
G = 50%
B = 13.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0B0F04 (or 0x0B0F04) is known color: Pine Tree. HEX triplet: 0B, 0F and 04. RGB value is (11,15,4). Sum of RGB (Red+Green+Blue) = 11+15+4=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F04 is #F4F0FB. Grayscale: #0C0C0C. Windows color (decimal): -16052476 or 265995. OLE color: 265995.

HSL color Cylindrical-coordinate representation of color #0B0F04: hue angle of 81.82º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B0F04 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 15 4 -
CMYK 0.27 0 0.73 0.94
HSL 81.82º 0.58% 0.04% -
HSV(B) 81.82º 0.73% 0.06% -
XYZ 0.33 0.42 0.18 -
YUV 12.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 11 15 4 0.27 0 0.73 0.94 81.82 0.58 0.04
Hex B F 4 1B 0 49 5E 52 3A 4
Octal 13 17 4 33 0 111 136 122 72 4
Binary 1011 1111 100 11011 0 1001001 1011110 1010010 111010 100

Color Harmonies of #0B0F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F04

Black with #0B0F04

Text Example


Text Example

White with #0B0F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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