#011303

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

Shades of Black Bean #011303

Tints of Black Bean #011303

Color information

#011303 (or 0x011303) is unknown color: approx Black Bean. HEX triplet: 01, 13 and 03. RGB value is (1,19,3). Sum of RGB (Red+Green+Blue) = 1+19+3=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 19 (7.81% from 255 or 82.61% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 19 - color contains mainly: green. Hex color #011303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011303 is #FEECFC. Grayscale: #0B0B0B. Windows color (decimal): -16706813 or 201473. OLE color: 201473.

HSL color Cylindrical-coordinate representation of color #011303: hue angle of 126.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011303 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.

Color convert

RGB1193-
CMYK0.9500.840.93
HSL126.67º90%3.92%-
HSV(B)126.67º94.74%7.45%-
XYZ0.260.480.16-
YUV11.79123.04120.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 19 (7.81% from 255) = 82.61%
BLUE value IS 3 (1.56% from 255) = 13.04%
R=4.35%
G=82.61%
B=13.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11930.9500.840.93126.67903.92
Hex11335F0545D7f5a4
Octal123313701241351771324
Binary11001111101111101010100101110111111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011303; }

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

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

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

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

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

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

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

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