Html Css Color HEX #010201 Black Bean

📋 copy color: '#010201'

red 1 ◦ green 2 ◦ blue 1

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

Shades of Black Bean #010201

Tints of Black Bean #010201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 25%

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.99

RGB Variations

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

Color information

#010201 (or 0x010201) is known color: Black Bean. HEX triplet: 01, 02 and 01. RGB value is (1,2,1). Sum of RGB (Red+Green+Blue) = 1+2+1=4 (0% of max value = 765). Red value is 1 (0.78% from 255 or 25% from 4); Green value is 2 (1.17% from 255 or 50% from 4); Blue value is 1 (0.78% from 255 or 25% from 4); Max value from RGB is 2 - color contains mainly: green. Hex color #010201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010201 is #FEFDFE. Grayscale: #010101. Windows color (decimal): -16711167 or 66049. OLE color: 66049.

HSL color Cylindrical-coordinate representation of color #010201: hue angle of 120º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #010201 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.99.

Color convert

RGB 1 2 1 -
CMYK 0.50 0 0.50 0.99
HSL 120º 0.33% 0.01% -
HSV(B) 120º 0.5% 0.01% -
XYZ 0.04 0.05 0.04 -
YUV 1.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 1 2 1 0.50 0 0.50 0.99 120 0.33 0.01
Hex 1 2 1 32 0 32 63 78 21 1
Octal 1 2 1 62 0 62 143 170 41 1
Binary 1 10 1 110010 0 110010 1100011 1111000 100001 1

Color Harmonies of #010201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010201

Black with #010201

Text Example


Text Example

White with #010201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010201; }

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

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

background-color css

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

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

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

border-color css

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

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

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