Html Css Color HEX #0B1500 Pine Tree

📋 copy color: '#0B1500'

red 11 ◦ green 21 ◦ blue 0

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

Shades of Pine Tree #0B1500

Tints of Pine Tree #0B1500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.38%
G = 65.63%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#0B1500 (or 0x0B1500) is known color: Pine Tree. HEX triplet: 0B, 15 and 00. RGB value is (11,21,0). Sum of RGB (Red+Green+Blue) = 11+21+0=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1500 is #F4EAFF. Grayscale: #0F0F0F. Windows color (decimal): -16050944 or 5387. OLE color: 5387.

HSL color Cylindrical-coordinate representation of color #0B1500: hue angle of 88.57º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B1500 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 21 0 -
CMYK 0.48 0 1 0.92
HSL 88.57º 1% 0.04% -
HSV(B) 88.57º 1% 0.08% -
XYZ 0.41 0.61 0.1 -
YUV 15.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 11 21 0 0.48 0 1 0.92 88.57 1 0.04
Hex B 15 0 30 0 64 5C 59 64 4
Octal 13 25 0 60 0 144 134 131 144 4
Binary 1011 10101 0 110000 0 1100100 1011100 1011001 1100100 100

Color Harmonies of #0B1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1500

Black with #0B1500

Text Example


Text Example

White with #0B1500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,0); }

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

background-color css

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

 a { background-color: rgb(11,21,0); }

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

border-color css

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

 span { border-color: rgb(11,21,0); }

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