#190511

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

Shades of Blackberry #190511

Tints of Blackberry #190511

Color information

#190511 (or 0x190511) is unknown color: approx Blackberry. HEX triplet: 19, 05 and 11. RGB value is (25,5,17). Sum of RGB (Red+Green+Blue) = 25+5+17=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190511 is #E6FAEE. Grayscale: #0C0C0C. Windows color (decimal): -15137519 or 1115417. OLE color: 1115417.

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

Color convert

RGB25517-
CMYK00.800.320.90
HSL324º66.67%5.88%-
HSV(B)324º80%9.8%-
XYZ0.560.360.57-
YUV12.35130.63137.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=53.19%
G=10.64%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2551700.800.320.9032466.675.88
Hex19511050205A144436
Octal315210120401325041036
Binary11001101100010101000010000010110101010001001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190511; }

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

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

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

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

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

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

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

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