#010800

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

Shades of Black Bean #010800

Tints of Black Bean #010800

Color information

#010800 (or 0x010800) is unknown color: approx Black Bean. HEX triplet: 01, 08 and 00. RGB value is (1,8,0). Sum of RGB (Red+Green+Blue) = 1+8+0=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 8 (3.52% from 255 or 88.89% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 8 - color contains mainly: green. Hex color #010800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010800 is #FEF7FF. Grayscale: #050505. Windows color (decimal): -16709632 or 2049. OLE color: 2049.

HSL color Cylindrical-coordinate representation of color #010800: hue angle of 112.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010800 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB180-
CMYK0.88010.97
HSL112.5º100%1.57%-
HSV(B)112.5º100%3.14%-
XYZ0.10.180.03-
YUV5125.18125.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 11.11%
GREEN value IS 8 (3.52% from 255) = 88.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.11%
G=88.89%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1800.88010.97112.51001.57
Hex180580646170642
Octal110013001441411601442
Binary11000010110000110010011000011110000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010800; }

 p { color: rgb(1,8,0); }

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

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

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

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

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

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

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