#190610

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

Shades of Blackberry #190610

Tints of Blackberry #190610

Color information

#190610 (or 0x190610) is unknown color: approx Blackberry. HEX triplet: 19, 06 and 10. RGB value is (25,6,16). Sum of RGB (Red+Green+Blue) = 25+6+16=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190610 is #E6F9EF. Grayscale: #0C0C0C. Windows color (decimal): -15137264 or 1050137. OLE color: 1050137.

HSL color Cylindrical-coordinate representation of color #190610: hue angle of 328.42º 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 #190610 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB25616-
CMYK00.760.360.90
HSL328.42º61.29%6.08%-
HSV(B)328.42º76%9.8%-
XYZ0.560.370.53-
YUV12.82129.79136.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=53.19%
G=12.77%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2561600.760.360.90328.4261.296.08
Hex1961004C245A1483d6
Octal31620011444132510756
Binary1100111010000010011001001001011010101001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190610; }

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

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

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

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

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

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

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

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