#000900

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

Shades of Black Bean #000900

Tints of Black Bean #000900

Color information

#000900 (or 0x000900) is unknown color: approx Black Bean. HEX triplet: 00, 09 and 00. RGB value is (0,9,0). Sum of RGB (Red+Green+Blue) = 0+9+0=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 9 (3.91% from 255 or 100% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 9 - color contains mainly: green. Hex color #000900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000900 is #FFF6FF. Grayscale: #050505. Windows color (decimal): -16774912 or 2304. OLE color: 2304.

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

Color convert

RGB090-
CMYK1010.96
HSL120º100%1.76%-
HSV(B)120º100%3.53%-
XYZ0.10.20.03-
YUV5.28125.02124.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 100%
BLUE value IS 0 (0.39% from 255) = 0%
R=0%
G=100%
B=0%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal0901010.961201001.76
Hex090640646078642
Octal011014401441401701442
Binary01001011001000110010011000001111000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000900; }

 p { color: rgb(0,9,0); }

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

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

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

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

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

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

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