Html Css Color HEX #010B01 Black Bean

📋 copy color: '#010B01'

red 1 ◦ green 11 ◦ blue 1

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

Shades of Black Bean #010B01

Tints of Black Bean #010B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 84.62%

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

R = 7.69%
G = 84.62%
B = 7.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.96

RGB Variations

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

Color information

#010B01 (or 0x010B01) is known color: Black Bean. HEX triplet: 01, 0B and 01. RGB value is (1,11,1). Sum of RGB (Red+Green+Blue) = 1+11+1=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 11 (4.69% from 255 or 84.62% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 11 - color contains mainly: green. Hex color #010B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B01 is #FEF4FE. Grayscale: #060606. Windows color (decimal): -16708863 or 68353. OLE color: 68353.

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

Color convert

RGB 1 11 1 -
CMYK 0.91 0 0.91 0.96
HSL 120º 0.83% 0.02% -
HSV(B) 120º 0.91% 0.04% -
XYZ 0.14 0.25 0.07 -
YUV 6.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 1 11 1 0.91 0 0.91 0.96 120 0.83 0.02
Hex 1 B 1 5B 0 5B 60 78 53 2
Octal 1 13 1 133 0 133 140 170 123 2
Binary 1 1011 1 1011011 0 1011011 1100000 1111000 1010011 10

Color Harmonies of #010B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B01

Black with #010B01

Text Example


Text Example

White with #010B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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