#19030F

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

Shades of Blackberry #19030F

Tints of Blackberry #19030F

Color information

#19030F (or 0x19030F) is unknown color: approx Blackberry. HEX triplet: 19, 03 and 0F. RGB value is (25,3,15). Sum of RGB (Red+Green+Blue) = 25+3+15=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19030F is #E6FCF0. Grayscale: #0A0A0A. Windows color (decimal): -15138033 or 983833. OLE color: 983833.

HSL color Cylindrical-coordinate representation of color #19030F: hue angle of 327.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19030F is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB25315-
CMYK00.880.400.90
HSL327.27º78.57%5.49%-
HSV(B)327.27º88%9.8%-
XYZ0.520.310.48-
YUV10.95130.29138.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=58.14%
G=6.98%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2531500.880.400.90327.2778.575.49
Hex193F058285A1474f5
Octal313170130501325071175
Binary110011111110101100010100010110101010001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19030F; }

 p { color: rgb(25,3,15); }

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

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

 a { background-color: rgb(25,3,15); }

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

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

 span { border-color: rgb(25,3,15); }

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