#190510

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

Shades of Blackberry #190510

Tints of Blackberry #190510

Color information

#190510 (or 0x190510) is unknown color: approx Blackberry. HEX triplet: 19, 05 and 10. RGB value is (25,5,16). Sum of RGB (Red+Green+Blue) = 25+5+16=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190510 is #E6FAEF. Grayscale: #0C0C0C. Windows color (decimal): -15137520 or 1049881. OLE color: 1049881.

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

Color convert

RGB25516-
CMYK00.800.360.90
HSL327º66.67%5.88%-
HSV(B)327º80%9.8%-
XYZ0.550.350.53-
YUV12.23130.13137.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 16 (6.64% from 255) = 34.78%
R=54.35%
G=10.87%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2551600.800.360.9032766.675.88
Hex19510050245A147436
Octal315200120441325071036
Binary11001101100000101000010010010110101010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190510; }

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

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

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

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

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

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

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

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