#001003

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

Shades of Black Bean #001003

Tints of Black Bean #001003

Color information

#001003 (or 0x001003) is unknown color: approx Black Bean. HEX triplet: 00, 10 and 03. RGB value is (0,16,3). Sum of RGB (Red+Green+Blue) = 0+16+3=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 16 (6.64% from 255 or 84.21% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 16 - color contains mainly: green. Hex color #001003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001003 is #FFEFFC. Grayscale: #090909. Windows color (decimal): -16773117 or 200704. OLE color: 200704.

HSL color Cylindrical-coordinate representation of color #001003: hue angle of 131.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001003 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB0163-
CMYK100.810.94
HSL131.25º100%3.14%-
HSV(B)131.25º100%6.27%-
XYZ0.20.380.15-
YUV9.73124.2121.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 84.21%
BLUE value IS 3 (1.56% from 255) = 15.79%
R=0%
G=84.21%
B=15.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal0163100.810.94131.251003.14
Hex0103640515E83643
Octal020314401211362031443
Binary01000011110010001010001101111010000011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001003; }

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

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

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

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

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

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

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

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