#081207

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

Shades of Black Bean #081207

Tints of Black Bean #081207

Color information

#081207 (or 0x081207) is unknown color: approx Black Bean. HEX triplet: 08, 12 and 07. RGB value is (8,18,7). Sum of RGB (Red+Green+Blue) = 8+18+7=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #081207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081207 is #F7EDF8. Grayscale: #0D0D0D. Windows color (decimal): -16248313 or 463368. OLE color: 463368.

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

Color convert

RGB8187-
CMYK0.5600.610.93
HSL114.55º44%4.9%-
HSV(B)114.55º61.11%7.06%-
XYZ0.350.50.28-
YUV13.76124.19123.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 18 (7.42% from 255) = 54.55%
BLUE value IS 7 (3.12% from 255) = 21.21%
R=24.24%
G=54.55%
B=21.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81870.5600.610.93114.55444.9
Hex81273803D5D732c5
Octal1022770075135163545
Binary100010010111111000011110110111011110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081207; }

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

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

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

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

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

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

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

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