Html Css Color HEX #010601 Black Bean

📋 copy color: '#010601'

red 1 ◦ green 6 ◦ blue 1

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

Shades of Black Bean #010601

Tints of Black Bean #010601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 75%

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

R = 12.5%
G = 75%
B = 12.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.98

RGB Variations

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

Color information

#010601 (or 0x010601) is known color: Black Bean. HEX triplet: 01, 06 and 01. RGB value is (1,6,1). Sum of RGB (Red+Green+Blue) = 1+6+1=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 6 (2.73% from 255 or 75% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 6 - color contains mainly: green. Hex color #010601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010601 is #FEF9FE. Grayscale: #030303. Windows color (decimal): -16710143 or 67073. OLE color: 67073.

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

Color convert

RGB 1 6 1 -
CMYK 0.83 0 0.83 0.98
HSL 120º 0.71% 0.01% -
HSV(B) 120º 0.83% 0.02% -
XYZ 0.08 0.14 0.05 -
YUV 3.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 1 6 1 0.83 0 0.83 0.98 120 0.71 0.01
Hex 1 6 1 53 0 53 62 78 47 1
Octal 1 6 1 123 0 123 142 170 107 1
Binary 1 110 1 1010011 0 1010011 1100010 1111000 1000111 1

Color Harmonies of #010601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010601

Black with #010601

Text Example


Text Example

White with #010601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010601; }

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

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

background-color css

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

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

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

border-color css

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

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

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