#001602

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

Shades of Black Bean #001602

Tints of Black Bean #001602

Color information

#001602 (or 0x001602) is unknown color: approx Black Bean. HEX triplet: 00, 16 and 02. RGB value is (0,22,2). Sum of RGB (Red+Green+Blue) = 0+22+2=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 22 (8.98% from 255 or 91.67% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 22 - color contains mainly: green. Hex color #001602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001602 is #FFE9FD. Grayscale: #0D0D0D. Windows color (decimal): -16771582 or 136704. OLE color: 136704.

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

Color convert

RGB0222-
CMYK100.910.91
HSL125.45º100%4.31%-
HSV(B)125.45º100%8.63%-
XYZ0.30.580.15-
YUV13.14121.71118.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 91.67%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=0%
G=91.67%
B=8.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0222100.910.91125.451004.31
Hex01626405B5B7d644
Octal026214401331331751444
Binary01011010110010001011011101101111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001602; }

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

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

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

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

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

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

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

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