#012303

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

Shades of Black Bean #012303

Tints of Black Bean #012303

Color information

#012303 (or 0x012303) is unknown color: approx Black Bean. HEX triplet: 01, 23 and 03. RGB value is (1,35,3). Sum of RGB (Red+Green+Blue) = 1+35+3=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 35 (14.06% from 255 or 89.74% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 35 - color contains mainly: green. Hex color #012303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012303 is #FEDCFC. Grayscale: #151515. Windows color (decimal): -16702717 or 205569. OLE color: 205569.

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

Color convert

RGB1353-
CMYK0.9700.910.86
HSL123.53º94.44%7.06%-
HSV(B)123.53º97.14%13.73%-
XYZ0.631.220.29-
YUV21.19117.74113.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 35 (14.06% from 255) = 89.74%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=2.56%
G=89.74%
B=7.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13530.9700.910.86123.5394.447.06
Hex12336105B567c5e7
Octal143314101331261741367
Binary110001111110000101011011101011011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012303; }

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

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

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

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

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

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

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

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