#022304

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

Shades of Black Bean #022304

Tints of Black Bean #022304

Color information

#022304 (or 0x022304) is unknown color: approx Black Bean. HEX triplet: 02, 23 and 04. RGB value is (2,35,4). Sum of RGB (Red+Green+Blue) = 2+35+4=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 35 (14.06% from 255 or 85.37% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 35 - color contains mainly: green. Hex color #022304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022304 is #FDDCFB. Grayscale: #151515. Windows color (decimal): -16637180 or 271106. OLE color: 271106.

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

Color convert

RGB2354-
CMYK0.9400.890.86
HSL123.64º89.19%7.25%-
HSV(B)123.64º94.29%13.73%-
XYZ0.651.220.32-
YUV21.6118.07114.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 35 (14.06% from 255) = 85.37%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=4.88%
G=85.37%
B=9.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal23540.9400.890.86123.6489.197.25
Hex22345E059567c597
Octal243413601311261741317
Binary10100011100101111001011001101011011111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022304; }

 p { color: rgb(2,35,4); }

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

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

 a { background-color: rgb(2,35,4); }

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

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

 span { border-color: rgb(2,35,4); }

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