#0B1716

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

Shades of Dark Green #0B1716

Tints of Dark Green #0B1716

Color information

#0B1716 (or 0x0B1716) is unknown color: approx Dark Green. HEX triplet: 0B, 17 and 16. RGB value is (11,23,22). Sum of RGB (Red+Green+Blue) = 11+23+22=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1716 is #F4E8E9. Grayscale: #131313. Windows color (decimal): -16050410 or 1447691. OLE color: 1447691.

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

Color convert

RGB112322-
CMYK0.5200.040.91
HSL175º35.29%6.67%-
HSV(B)175º52.17%9.02%-
XYZ0.590.740.87-
YUV19.3129.52122.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=19.64%
G=41.07%
B=39.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1123220.5200.040.9117535.296.67
HexB171634045Baf237
Octal1327266404133257437
Binary101110111101101101000100101101110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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