Html Css Color HEX #010602 Black Bean

📋 copy color: '#010602'

red 1 ◦ green 6 ◦ blue 2

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

Shades of Black Bean #010602

Tints of Black Bean #010602

RGB

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

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

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

R = 11.11%
G = 66.67%
B = 22.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#010602 (or 0x010602) is known color: Black Bean. HEX triplet: 01, 06 and 02. RGB value is (1,6,2). Sum of RGB (Red+Green+Blue) = 1+6+2=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 6 (2.73% from 255 or 66.67% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 6 - color contains mainly: green. Hex color #010602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010602 is #FEF9FD. Grayscale: #040404. Windows color (decimal): -16710142 or 132609. OLE color: 132609.

HSL color Cylindrical-coordinate representation of color #010602: hue angle of 132º 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 #010602 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.98.

Color convert

RGB 1 6 2 -
CMYK 0.83 0 0.67 0.98
HSL 132º 0.71% 0.01% -
HSV(B) 132º 0.83% 0.02% -
XYZ 0.09 0.14 0.08 -
YUV 4.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 1 6 2 0.83 0 0.67 0.98 132 0.71 0.01
Hex 1 6 2 53 0 43 62 84 47 1
Octal 1 6 2 123 0 103 142 204 107 1
Binary 1 110 10 1010011 0 1000011 1100010 10000100 1000111 1

Color Harmonies of #010602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010602

Black with #010602

Text Example


Text Example

White with #010602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010602; }

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

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

background-color css

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

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

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

border-color css

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

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

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