#012003

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

Shades of Black Bean #012003

Tints of Black Bean #012003

Color information

#012003 (or 0x012003) is unknown color: approx Black Bean. HEX triplet: 01, 20 and 03. RGB value is (1,32,3). Sum of RGB (Red+Green+Blue) = 1+32+3=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 32 (12.89% from 255 or 88.89% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 32 - color contains mainly: green. Hex color #012003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012003 is #FEDFFC. Grayscale: #131313. Windows color (decimal): -16703485 or 204801. OLE color: 204801.

HSL color Cylindrical-coordinate representation of color #012003: hue angle of 123.87º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012003 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB1323-
CMYK0.9700.910.87
HSL123.87º93.94%6.47%-
HSV(B)123.87º96.88%12.55%-
XYZ0.551.050.26-
YUV19.42118.73114.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 32 (12.89% from 255) = 88.89%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=2.78%
G=88.89%
B=8.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13230.9700.910.87123.8793.946.47
Hex12036105B577c5e6
Octal140314101331271741366
Binary110000011110000101011011101011111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012003; }

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

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

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

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

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

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

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

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