#011803

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

Shades of Black Bean #011803

Tints of Black Bean #011803

Color information

#011803 (or 0x011803) is unknown color: approx Black Bean. HEX triplet: 01, 18 and 03. RGB value is (1,24,3). Sum of RGB (Red+Green+Blue) = 1+24+3=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 24 (9.77% from 255 or 85.71% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 24 - color contains mainly: green. Hex color #011803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011803 is #FEE7FC. Grayscale: #0E0E0E. Windows color (decimal): -16705533 or 202753. OLE color: 202753.

HSL color Cylindrical-coordinate representation of color #011803: hue angle of 125.22º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011803 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB1243-
CMYK0.9600.880.91
HSL125.22º92%4.9%-
HSV(B)125.22º95.83%9.41%-
XYZ0.360.670.2-
YUV14.73121.38118.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 24 (9.77% from 255) = 85.71%
BLUE value IS 3 (1.56% from 255) = 10.71%
R=3.57%
G=85.71%
B=10.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12430.9600.880.91125.22924.9
Hex1183600585B7d5c5
Octal130314001301331751345
Binary11100011110000001011000101101111111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011803; }

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

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

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

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

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

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

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

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