Html Css Color HEX #0B1504 Pine Tree

📋 copy color: '#0B1504'

red 11 ◦ green 21 ◦ blue 4

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

Shades of Pine Tree #0B1504

Tints of Pine Tree #0B1504

RGB

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

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

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

R = 30.56%
G = 58.33%
B = 11.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#0B1504 (or 0x0B1504) is known color: Pine Tree. HEX triplet: 0B, 15 and 04. RGB value is (11,21,4). Sum of RGB (Red+Green+Blue) = 11+21+4=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1504 is #F4EAFB. Grayscale: #101010. Windows color (decimal): -16050940 or 267531. OLE color: 267531.

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

Color convert

RGB 11 21 4 -
CMYK 0.48 0 0.81 0.92
HSL 95.29º 0.68% 0.05% -
HSV(B) 95.29º 0.81% 0.08% -
XYZ 0.43 0.62 0.21 -
YUV 16.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 11 21 4 0.48 0 0.81 0.92 95.29 0.68 0.05
Hex B 15 4 30 0 51 5C 5F 44 5
Octal 13 25 4 60 0 121 134 137 104 5
Binary 1011 10101 100 110000 0 1010001 1011100 1011111 1000100 101

Color Harmonies of #0B1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1504

Black with #0B1504

Text Example


Text Example

White with #0B1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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