#250419

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

Shades of Blackberry #250419

Tints of Blackberry #250419

Color information

#250419 (or 0x250419) is unknown color: approx Blackberry. HEX triplet: 25, 04 and 19. RGB value is (37,4,25). Sum of RGB (Red+Green+Blue) = 37+4+25=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250419 is #DAFBE6. Grayscale: #101010. Windows color (decimal): -14351335 or 1639461. OLE color: 1639461.

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

Color convert

RGB37425-
CMYK00.890.320.85
HSL321.82º80.49%8.04%-
HSV(B)321.82º89.19%14.51%-
XYZ0.980.550.97-
YUV16.26132.93142.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=56.06%
G=6.06%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3742500.890.320.85321.8280.498.04
Hex254190592055142508
Octal4543101314012550212010
Binary1001011001100101011001100000101010110100001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250419; }

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

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

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

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

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

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

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

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