#022505

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

Shades of Black Bean #022505

Tints of Black Bean #022505

Color information

#022505 (or 0x022505) is unknown color: approx Black Bean. HEX triplet: 02, 25 and 05. RGB value is (2,37,5). Sum of RGB (Red+Green+Blue) = 2+37+5=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #022505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022505 is #FDDAFA. Grayscale: #161616. Windows color (decimal): -16636667 or 337154. OLE color: 337154.

HSL color Cylindrical-coordinate representation of color #022505: hue angle of 125.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022505 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB2375-
CMYK0.9500.860.85
HSL125.14º89.74%7.65%-
HSV(B)125.14º94.59%14.51%-
XYZ0.711.350.37-
YUV22.89117.9113.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 37 (14.84% from 255) = 84.09%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=4.55%
G=84.09%
B=11.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23750.9500.860.85125.1489.747.65
Hex22555F056557d5a8
Octal2455137012612517513210
Binary101001011011011111010101101010101111110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022505; }

 p { color: rgb(2,37,5); }

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

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

 a { background-color: rgb(2,37,5); }

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

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

 span { border-color: rgb(2,37,5); }

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