#0B1813

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

Shades of Dark Green #0B1813

Tints of Dark Green #0B1813

Color information

#0B1813 (or 0x0B1813) is unknown color: approx Dark Green. HEX triplet: 0B, 18 and 13. RGB value is (11,24,19). Sum of RGB (Red+Green+Blue) = 11+24+19=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1813 is #F4E7EC. Grayscale: #131313. Windows color (decimal): -16050157 or 1251339. OLE color: 1251339.

HSL color Cylindrical-coordinate representation of color #0B1813: hue angle of 156.92º 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 #0B1813 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB112419-
CMYK0.5400.210.91
HSL156.92º37.14%6.86%-
HSV(B)156.92º54.17%9.41%-
XYZ0.580.770.73-
YUV19.54127.69121.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=20.37%
G=44.44%
B=35.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124190.5400.210.91156.9237.146.86
HexB1813360155B9d257
Octal13302366025133235457
Binary10111100010011110110010101101101110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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