Html Css Color HEX #010401 Black Bean

📋 copy color: '#010401'

red 1 ◦ green 4 ◦ blue 1

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

Shades of Black Bean #010401

Tints of Black Bean #010401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 66.67%

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

R = 16.67%
G = 66.67%
B = 16.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.98

RGB Variations

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

Color information

#010401 (or 0x010401) is known color: Black Bean. HEX triplet: 01, 04 and 01. RGB value is (1,4,1). Sum of RGB (Red+Green+Blue) = 1+4+1=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 4 (1.95% from 255 or 66.67% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 4 - color contains mainly: green. Hex color #010401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010401 is #FEFBFE. Grayscale: #020202. Windows color (decimal): -16710655 or 66561. OLE color: 66561.

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

Color convert

RGB 1 4 1 -
CMYK 0.75 0 0.75 0.98
HSL 120º 0.6% 0.01% -
HSV(B) 120º 0.75% 0.02% -
XYZ 0.06 0.1 0.04 -
YUV 2.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 1 4 1 0.75 0 0.75 0.98 120 0.6 0.01
Hex 1 4 1 4B 0 4B 62 78 3C 1
Octal 1 4 1 113 0 113 142 170 74 1
Binary 1 100 1 1001011 0 1001011 1100010 1111000 111100 1

Color Harmonies of #010401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010401

Black with #010401

Text Example


Text Example

White with #010401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010401; }

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

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

background-color css

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

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

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

border-color css

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

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

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