#012203

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

Shades of Black Bean #012203

Tints of Black Bean #012203

Color information

#012203 (or 0x012203) is unknown color: approx Black Bean. HEX triplet: 01, 22 and 03. RGB value is (1,34,3). Sum of RGB (Red+Green+Blue) = 1+34+3=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 34 (13.67% from 255 or 89.47% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 34 - color contains mainly: green. Hex color #012203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012203 is #FEDDFC. Grayscale: #141414. Windows color (decimal): -16702973 or 205313. OLE color: 205313.

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

Color convert

RGB1343-
CMYK0.9700.910.87
HSL123.64º94.29%6.86%-
HSV(B)123.64º97.06%13.33%-
XYZ0.61.160.28-
YUV20.6118.07114.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 34 (13.67% from 255) = 89.47%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=2.63%
G=89.47%
B=7.89%

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
Decimal13430.9700.910.87123.6494.296.86
Hex12236105B577c5e7
Octal142314101331271741367
Binary110001011110000101011011101011111111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012203; }

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

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

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

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

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

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

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

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