Html Css Color HEX #011002 Black Bean

📋 copy color: '#011002'

red 1 ◦ green 16 ◦ blue 2

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

Shades of Black Bean #011002

Tints of Black Bean #011002

RGB

 RED value IS 1 (0.78% from 255) = 5.26%

 GREEN value IS 16 (6.64% from 255) = 84.21%

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

R = 5.26%
G = 84.21%
B = 10.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#011002 (or 0x011002) is known color: Black Bean. HEX triplet: 01, 10 and 02. RGB value is (1,16,2). Sum of RGB (Red+Green+Blue) = 1+16+2=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 16 (6.64% from 255 or 84.21% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 16 - color contains mainly: green. Hex color #011002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011002 is #FEEFFD. Grayscale: #090909. Windows color (decimal): -16707582 or 135169. OLE color: 135169.

HSL color Cylindrical-coordinate representation of color #011002: hue angle of 124º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011002 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 16 2 -
CMYK 0.94 0 0.87 0.94
HSL 124º 0.88% 0.03% -
HSV(B) 124º 0.94% 0.06% -
XYZ 0.21 0.38 0.12 -
YUV 9.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 1 16 2 0.94 0 0.87 0.94 124 0.88 0.03
Hex 1 10 2 5E 0 57 5E 7C 58 3
Octal 1 20 2 136 0 127 136 174 130 3
Binary 1 10000 10 1011110 0 1010111 1011110 1111100 1011000 11

Color Harmonies of #011002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011002

Black with #011002

Text Example


Text Example

White with #011002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011002; }

 p { color: rgb(1,16,2); }

 H1.HeaderClassName
 {
   color: #011002;
 }
 .AnyTagClassName
 {
   color: #011002;
 }
</style>

background-color css

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

 a { background-color: rgb(1,16,2); }

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

border-color css

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

 span { border-color: rgb(1,16,2); }

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