#0B1111

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

Shades of Dark Green #0B1111

Tints of Dark Green #0B1111

Color information

#0B1111 (or 0x0B1111) is unknown color: approx Dark Green. HEX triplet: 0B, 11 and 11. RGB value is (11,17,17). Sum of RGB (Red+Green+Blue) = 11+17+17=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #0B1111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1111 is #F4EEEE. Grayscale: #0F0F0F. Windows color (decimal): -16051951 or 1118475. OLE color: 1118475.

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

Color convert

RGB111717-
CMYK0.35000.93
HSL180º21.43%5.49%-
HSV(B)180º35.29%6.67%-
XYZ0.440.510.61-
YUV15.21129.01125-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=24.44%
G=37.78%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1117170.35000.9318021.435.49
HexB111123005Db4155
Octal1321214300135264255
Binary101110001100011000110010111011011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,17); }

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

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

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

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

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

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

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