#250415

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

Shades of Blackberry #250415

Tints of Blackberry #250415

Color information

#250415 (or 0x250415) is unknown color: approx Blackberry. HEX triplet: 25, 04 and 15. RGB value is (37,4,21). Sum of RGB (Red+Green+Blue) = 37+4+21=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250415 is #DAFBEA. Grayscale: #0F0F0F. Windows color (decimal): -14351339 or 1377317. OLE color: 1377317.

HSL color Cylindrical-coordinate representation of color #250415: hue angle of 329.09º 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 #250415 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB37421-
CMYK00.890.430.85
HSL329.09º80.49%8.04%-
HSV(B)329.09º89.19%14.51%-
XYZ0.940.530.76-
YUV15.8130.93143.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=59.68%
G=6.45%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3742100.890.430.85329.0980.498.04
Hex254150592B55149508
Octal4542501315312551112010
Binary1001011001010101011001101011101010110100100110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250415; }

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

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

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

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

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

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

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

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