Html Css Color HEX #001402 Black Bean

📋 copy color: '#001402'

red 0 ◦ green 20 ◦ blue 2

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

Shades of Black Bean #001402

Tints of Black Bean #001402

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 90.91%

 BLUE value IS 2 (1.17% from 255) = 9.09%

R = 0%
G = 90.91%
B = 9.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 0 20 2 -
CMYK 1 0 0.90 0.92
HSL 126º 1% 0.04% -
HSV(B) 126º 1% 0.08% -
XYZ 0.26 0.5 0.14 -
YUV 11.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 0 20 2 1 0 0.90 0.92 126 1 0.04
Hex 0 14 2 64 0 5A 5C 7E 64 4
Octal 0 24 2 144 0 132 134 176 144 4
Binary 0 10100 10 1100100 0 1011010 1011100 1111110 1100100 100

Color Harmonies of #001402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001402

Black with #001402

Text Example


Text Example

White with #001402

Text Example


Text Example

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