#011B03

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

Shades of Black Bean #011B03

Tints of Black Bean #011B03

Color information

#011B03 (or 0x011B03) is unknown color: approx Black Bean. HEX triplet: 01, 1B and 03. RGB value is (1,27,3). Sum of RGB (Red+Green+Blue) = 1+27+3=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 27 (10.94% from 255 or 87.10% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 27 - color contains mainly: green. Hex color #011B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B03 is #FEE4FC. Grayscale: #101010. Windows color (decimal): -16704765 or 203521. OLE color: 203521.

HSL color Cylindrical-coordinate representation of color #011B03: hue angle of 124.62º 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 #011B03 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB1273-
CMYK0.9600.890.89
HSL124.62º92.86%5.49%-
HSV(B)124.62º96.3%10.59%-
XYZ0.420.80.22-
YUV16.49120.39116.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 27 (10.94% from 255) = 87.10%
BLUE value IS 3 (1.56% from 255) = 9.68%
R=3.23%
G=87.10%
B=9.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12730.9600.890.89124.6292.865.49
Hex11B360059597d5d5
Octal133314001311311751355
Binary11101111110000001011001101100111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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