#011B02

Color #011B02 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #011B02

Tints of Black Bean #011B02

Color information

#011B02 (or 0x011B02) is unknown color: approx Black Bean. HEX triplet: 01, 1B and 02. RGB value is (1,27,2). Sum of RGB (Red+Green+Blue) = 1+27+2=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 27 (10.94% from 255 or 90% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 27 - color contains mainly: green. Hex color #011B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B02 is #FEE4FD. Grayscale: #101010. Windows color (decimal): -16704766 or 137985. OLE color: 137985.

HSL color Cylindrical-coordinate representation of color #011B02: hue angle of 122.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011B02 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB1272-
CMYK0.9600.930.89
HSL122.31º92.86%5.49%-
HSV(B)122.31º96.3%10.59%-
XYZ0.420.790.19-
YUV16.38119.89117.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 27 (10.94% from 255) = 90%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=3.33%
G=90%
B=6.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12720.9600.930.89122.3192.865.49
Hex11B26005D597a5d5
Octal133214001351311721355
Binary11101110110000001011101101100111110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #011B02;
 }
 .AnyTagClassName
 {
   color: #011B02;
 }
</style>
background-color css

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

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

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

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

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

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