Html Css Color HEX #0B1203 Pine Tree

📋 copy color: '#0B1203'

red 11 ◦ green 18 ◦ blue 3

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

Shades of Pine Tree #0B1203

Tints of Pine Tree #0B1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 56.25%

 BLUE value IS 3 (1.56% from 255) = 9.38%

R = 34.38%
G = 56.25%
B = 9.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#0B1203 (or 0x0B1203) is known color: Pine Tree. HEX triplet: 0B, 12 and 03. RGB value is (11,18,3). Sum of RGB (Red+Green+Blue) = 11+18+3=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1203 is #F4EDFC. Grayscale: #0E0E0E. Windows color (decimal): -16051709 or 201227. OLE color: 201227.

HSL color Cylindrical-coordinate representation of color #0B1203: hue angle of 88º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B1203 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 18 3 -
CMYK 0.39 0 0.83 0.93
HSL 88º 0.71% 0.04% -
HSV(B) 88º 0.83% 0.07% -
XYZ 0.37 0.51 0.17 -
YUV 14.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 11 18 3 0.39 0 0.83 0.93 88 0.71 0.04
Hex B 12 3 27 0 53 5D 58 47 4
Octal 13 22 3 47 0 123 135 130 107 4
Binary 1011 10010 11 100111 0 1010011 1011101 1011000 1000111 100

Color Harmonies of #0B1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1203

Black with #0B1203

Text Example


Text Example

White with #0B1203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,3); }

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

background-color css

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

 a { background-color: rgb(11,18,3); }

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

border-color css

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

 span { border-color: rgb(11,18,3); }

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