Html Css Color HEX #0B1308 Pine Tree

📋 copy color: '#0B1308'

red 11 ◦ green 19 ◦ blue 8

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

Shades of Pine Tree #0B1308

Tints of Pine Tree #0B1308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 21.05%

R = 28.95%
G = 50%
B = 21.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#0B1308 (or 0x0B1308) is known color: Pine Tree. HEX triplet: 0B, 13 and 08. RGB value is (11,19,8). Sum of RGB (Red+Green+Blue) = 11+19+8=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1308 is #F4ECF7. Grayscale: #0F0F0F. Windows color (decimal): -16051448 or 529163. OLE color: 529163.

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

Color convert

RGB 11 19 8 -
CMYK 0.42 0 0.58 0.93
HSL 103.64º 0.41% 0.05% -
HSV(B) 103.64º 0.58% 0.07% -
XYZ 0.41 0.55 0.31 -
YUV 15.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 11 19 8 0.42 0 0.58 0.93 103.64 0.41 0.05
Hex B 13 8 2A 0 3A 5D 68 29 5
Octal 13 23 10 52 0 72 135 150 51 5
Binary 1011 10011 1000 101010 0 111010 1011101 1101000 101001 101

Color Harmonies of #0B1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1308

Black with #0B1308

Text Example


Text Example

White with #0B1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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