Html Css Color HEX #010B02 Black Bean

📋 copy color: '#010B02'

red 1 ◦ green 11 ◦ blue 2

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

Shades of Black Bean #010B02

Tints of Black Bean #010B02

RGB

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

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

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

R = 7.14%
G = 78.57%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#010B02 (or 0x010B02) is known color: Black Bean. HEX triplet: 01, 0B and 02. RGB value is (1,11,2). Sum of RGB (Red+Green+Blue) = 1+11+2=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 11 (4.69% from 255 or 78.57% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 11 - color contains mainly: green. Hex color #010B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B02 is #FEF4FD. Grayscale: #070707. Windows color (decimal): -16708862 or 133889. OLE color: 133889.

HSL color Cylindrical-coordinate representation of color #010B02: hue angle of 126º 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 #010B02 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 11 2 -
CMYK 0.91 0 0.82 0.96
HSL 126º 0.83% 0.02% -
HSV(B) 126º 0.91% 0.04% -
XYZ 0.14 0.25 0.1 -
YUV 6.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 1 11 2 0.91 0 0.82 0.96 126 0.83 0.02
Hex 1 B 2 5B 0 52 60 7E 53 2
Octal 1 13 2 133 0 122 140 176 123 2
Binary 1 1011 10 1011011 0 1010010 1100000 1111110 1010011 10

Color Harmonies of #010B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B02

Black with #010B02

Text Example


Text Example

White with #010B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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