#080B0B

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

Shades of Dark Green #080B0B

Tints of Dark Green #080B0B

Color information

#080B0B (or 0x080B0B) is unknown color: approx Dark Green. HEX triplet: 08, 0B and 0B. RGB value is (8,11,11). Sum of RGB (Red+Green+Blue) = 8+11+11=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #080B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0B is #F7F4F4. Grayscale: #0A0A0A. Windows color (decimal): -16250101 or 723720. OLE color: 723720.

HSL color Cylindrical-coordinate representation of color #080B0B: hue angle of 180º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #080B0B is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB81111-
CMYK0.27000.96
HSL180º15.79%3.73%-
HSV(B)180º27.27%4.31%-
XYZ0.280.320.36-
YUV10.1128.51126.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 26.67%
GREEN value IS 11 (4.69% from 255) = 36.67%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=26.67%
G=36.67%
B=36.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal811110.27000.9618015.793.73
Hex8BB1B0060b4104
Octal1013133300140264204
Binary100010111011110110011000001011010010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B0B; }

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

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

<style>
 a { background-color: #080B0B; }

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

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

<style>
 span { border-color: #080B0B; }

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

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