#05190A

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

Shades of Black Bean #05190A

Tints of Black Bean #05190A

Color information

#05190A (or 0x05190A) is unknown color: approx Black Bean. HEX triplet: 05, 19 and 0A. RGB value is (5,25,10). Sum of RGB (Red+Green+Blue) = 5+25+10=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #05190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05190A is #FAE6F5. Grayscale: #111111. Windows color (decimal): -16443126 or 661765. OLE color: 661765.

HSL color Cylindrical-coordinate representation of color #05190A: hue angle of 135º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #05190A is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB52510-
CMYK0.8000.600.90
HSL135º66.67%5.88%-
HSV(B)135º80%9.8%-
XYZ0.470.750.41-
YUV17.31123.87119.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 25 (10.16% from 255) = 62.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=12.5%
G=62.5%
B=25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal525100.8000.600.9013566.675.88
Hex519A5003C5A87436
Octal531121200741322071036
Binary101110011010101000001111001011010100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05190A; }

 p { color: rgb(5,25,10); }

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

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

 a { background-color: rgb(5,25,10); }

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

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

 span { border-color: rgb(5,25,10); }

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