#081308

Color #081308 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #081308

Tints of Black Bean #081308

Color information

#081308 (or 0x081308) is unknown color: approx Black Bean. HEX triplet: 08, 13 and 08. RGB value is (8,19,8). Sum of RGB (Red+Green+Blue) = 8+19+8=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #081308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081308 is #F7ECF7. Grayscale: #0E0E0E. Windows color (decimal): -16248056 or 529160. OLE color: 529160.

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

Color convert

RGB8198-
CMYK0.5800.580.93
HSL120º40.74%5.29%-
HSV(B)120º57.89%7.45%-
XYZ0.380.530.31-
YUV14.46124.36123.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.86%
GREEN value IS 19 (7.81% from 255) = 54.29%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=22.86%
G=54.29%
B=22.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81980.5800.580.9312040.745.29
Hex81383A03A5D78295
Octal10231072072135170515
Binary1000100111000111010011101010111011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081308; }

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

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

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

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

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

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

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

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