#250019

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

Shades of Blackberry #250019

Tints of Blackberry #250019

Color information

#250019 (or 0x250019) is unknown color: approx Blackberry. HEX triplet: 25, 00 and 19. RGB value is (37,0,25). Sum of RGB (Red+Green+Blue) = 37+0+25=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250019 is #DAFFE6. Grayscale: #0D0D0D. Windows color (decimal): -14352359 or 1638437. OLE color: 1638437.

HSL color Cylindrical-coordinate representation of color #250019: hue angle of 319.46º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250019 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB37025-
CMYK010.320.85
HSL319.46º100%7.25%-
HSV(B)319.46º100%14.51%-
XYZ0.940.460.96-
YUV13.91134.26144.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=59.68%
G=0%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37025010.320.85319.461007.25
Hex25019064205513f647
Octal450310144401254771447
Binary1001010110010110010010000010101011001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250019; }

 p { color: rgb(37,0,25); }

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

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

 a { background-color: rgb(37,0,25); }

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

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

 span { border-color: rgb(37,0,25); }

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