#001202

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

Shades of Black Bean #001202

Tints of Black Bean #001202

Color information

#001202 (or 0x001202) is unknown color: approx Black Bean. HEX triplet: 00, 12 and 02. RGB value is (0,18,2). Sum of RGB (Red+Green+Blue) = 0+18+2=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 18 (7.42% from 255 or 90% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 18 - color contains mainly: green. Hex color #001202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001202 is #FFEDFD. Grayscale: #0A0A0A. Windows color (decimal): -16772606 or 135680. OLE color: 135680.

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

Color convert

RGB0182-
CMYK100.890.93
HSL126.67º100%3.53%-
HSV(B)126.67º100%7.06%-
XYZ0.230.440.13-
YUV10.79123.04120.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 90%
BLUE value IS 2 (1.17% from 255) = 10%
R=0%
G=90%
B=10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0182100.890.93126.671003.53
Hex0122640595D7f644
Octal022214401311351771444
Binary01001010110010001011001101110111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001202; }

 p { color: rgb(0,18,2); }

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

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

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

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

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

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

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