#0B1713

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

Shades of Dark Green #0B1713

Tints of Dark Green #0B1713

Color information

#0B1713 (or 0x0B1713) is unknown color: approx Dark Green. HEX triplet: 0B, 17 and 13. RGB value is (11,23,19). Sum of RGB (Red+Green+Blue) = 11+23+19=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1713 is #F4E8EC. Grayscale: #121212. Windows color (decimal): -16050413 or 1251083. OLE color: 1251083.

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

Color convert

RGB112319-
CMYK0.5200.170.91
HSL160º35.29%6.67%-
HSV(B)160º52.17%9.02%-
XYZ0.560.730.73-
YUV18.96128.02122.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.75%
GREEN value IS 23 (9.38% from 255) = 43.40%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=20.75%
G=43.40%
B=35.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1123190.5200.170.9116035.296.67
HexB1713340115Ba0237
Octal13272364021133240437
Binary10111011110011110100010001101101110100000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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