#001402

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

Shades of Black Bean #001402

Tints of Black Bean #001402

Color information

#001402 (or 0x001402) is unknown color: approx Black Bean. HEX triplet: 00, 14 and 02. RGB value is (0,20,2). Sum of RGB (Red+Green+Blue) = 0+20+2=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 20 (8.20% from 255 or 90.91% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 20 - color contains mainly: green. Hex color #001402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001402 is #FFEBFD. Grayscale: #0C0C0C. Windows color (decimal): -16772094 or 136192. OLE color: 136192.

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

Color convert

RGB0202-
CMYK100.900.92
HSL126º100%3.92%-
HSV(B)126º100%7.84%-
XYZ0.260.50.14-
YUV11.97122.37119.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 90.91%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=0%
G=90.91%
B=9.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0202100.900.921261003.92
Hex01426405A5C7e644
Octal024214401321341761444
Binary01010010110010001011010101110011111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001402; }

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

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

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

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

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

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

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

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