#081307

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

Shades of Black Bean #081307

Tints of Black Bean #081307

Color information

#081307 (or 0x081307) is unknown color: approx Black Bean. HEX triplet: 08, 13 and 07. RGB value is (8,19,7). Sum of RGB (Red+Green+Blue) = 8+19+7=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #081307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081307 is #F7ECF8. Grayscale: #0E0E0E. Windows color (decimal): -16248057 or 463624. OLE color: 463624.

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

Color convert

RGB8197-
CMYK0.5800.630.93
HSL115º46.15%5.1%-
HSV(B)115º63.16%7.45%-
XYZ0.370.530.28-
YUV14.34123.86123.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 23.53%
GREEN value IS 19 (7.81% from 255) = 55.88%
BLUE value IS 7 (3.12% from 255) = 20.59%
R=23.53%
G=55.88%
B=20.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81970.5800.630.9311546.155.1
Hex81373A03F5D732e5
Octal1023772077135163565
Binary100010011111111010011111110111011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081307; }

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

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

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

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

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

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

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

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