Html Css Color HEX #001602 Black Bean

📋 copy color: '#001602'

red 0 ◦ green 22 ◦ blue 2

#001602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #001602

Tints of Black Bean #001602

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 value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.91

RGB Variations

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

Color information

#001602 (or 0x001602) is known color: 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

RGB 0 22 2 -
CMYK 1 0 0.91 0.91
HSL 125.45º 1% 0.04% -
HSV(B) 125.45º 1% 0.09% -
XYZ 0.3 0.58 0.15 -
YUV 13.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 0 22 2 1 0 0.91 0.91 125.45 1 0.04
Hex 0 16 2 64 0 5B 5B 7D 64 4
Octal 0 26 2 144 0 133 133 175 144 4
Binary 0 10110 10 1100100 0 1011011 1011011 1111101 1100100 100

Color Harmonies of #001602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001602

Black with #001602

Text Example


Text Example

White with #001602

Text Example


Text Example

HTML Codes & Css Web 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>