#001303

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

Shades of Black Bean #001303

Tints of Black Bean #001303

Color information

#001303 (or 0x001303) is unknown color: approx Black Bean. HEX triplet: 00, 13 and 03. RGB value is (0,19,3). Sum of RGB (Red+Green+Blue) = 0+19+3=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 19 (7.81% from 255 or 86.36% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 19 - color contains mainly: green. Hex color #001303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001303 is #FFECFC. Grayscale: #0B0B0B. Windows color (decimal): -16772349 or 201472. OLE color: 201472.

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

Color convert

RGB0193-
CMYK100.840.93
HSL129.47º100%3.73%-
HSV(B)129.47º100%7.45%-
XYZ0.250.470.16-
YUV11.5123.21119.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 86.36%
BLUE value IS 3 (1.56% from 255) = 13.64%
R=0%
G=86.36%
B=13.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0193100.840.93129.471003.73
Hex0133640545D81644
Octal023314401241352011444
Binary010011111100100010101001011101100000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001303; }

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

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

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

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

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

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

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

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