#06190A

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

Shades of Black Bean #06190A

Tints of Black Bean #06190A

Color information

#06190A (or 0x06190A) is unknown color: approx Black Bean. HEX triplet: 06, 19 and 0A. RGB value is (6,25,10). Sum of RGB (Red+Green+Blue) = 6+25+10=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #06190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06190A is #F9E6F5. Grayscale: #111111. Windows color (decimal): -16377590 or 661766. OLE color: 661766.

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

Color convert

RGB62510-
CMYK0.7600.600.90
HSL132.63º61.29%6.08%-
HSV(B)132.63º76%9.8%-
XYZ0.480.760.41-
YUV17.61123.71119.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 25 (10.16% from 255) = 60.98%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=14.63%
G=60.98%
B=24.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal625100.7600.600.90132.6361.296.08
Hex619A4C03C5A853d6
Octal63112114074132205756
Binary11011001101010011000111100101101010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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