#022506

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

Shades of Black Bean #022506

Tints of Black Bean #022506

Color information

#022506 (or 0x022506) is unknown color: approx Black Bean. HEX triplet: 02, 25 and 06. RGB value is (2,37,6). Sum of RGB (Red+Green+Blue) = 2+37+6=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #022506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022506 is #FDDAF9. Grayscale: #171717. Windows color (decimal): -16636666 or 402690. OLE color: 402690.

HSL color Cylindrical-coordinate representation of color #022506: hue angle of 126.86º 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 #022506 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB2376-
CMYK0.9500.840.85
HSL126.86º89.74%7.65%-
HSV(B)126.86º94.59%14.51%-
XYZ0.721.350.39-
YUV23118.4113.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 37 (14.84% from 255) = 82.22%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=4.44%
G=82.22%
B=13.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23760.9500.840.85126.8689.747.65
Hex22565F054557f5a8
Octal2456137012412517713210
Binary101001011101011111010101001010101111111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022506; }

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

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

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

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

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

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

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

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