#0B1815

Color #0B1815 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0B1815

Tints of Dark Green #0B1815

Color information

#0B1815 (or 0x0B1815) is unknown color: approx Dark Green. HEX triplet: 0B, 18 and 15. RGB value is (11,24,21). Sum of RGB (Red+Green+Blue) = 11+24+21=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1815 is #F4E7EA. Grayscale: #131313. Windows color (decimal): -16050155 or 1382411. OLE color: 1382411.

HSL color Cylindrical-coordinate representation of color #0B1815: hue angle of 166.15º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B1815 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB112421-
CMYK0.5400.130.91
HSL166.15º37.14%6.86%-
HSV(B)166.15º54.17%9.41%-
XYZ0.60.780.83-
YUV19.77128.69121.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=19.64%
G=42.86%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124210.5400.130.91166.1537.146.86
HexB1815360D5Ba6257
Octal13302566015133246457
Binary1011110001010111011001101101101110100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B1815;
 }
 .AnyTagClassName
 {
   color: #0B1815;
 }
</style>
background-color css

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

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

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

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

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

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