#250715

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

Shades of Blackberry #250715

Tints of Blackberry #250715

Color information

#250715 (or 0x250715) is unknown color: approx Blackberry. HEX triplet: 25, 07 and 15. RGB value is (37,7,21). Sum of RGB (Red+Green+Blue) = 37+7+21=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250715 is #DAF8EA. Grayscale: #111111. Windows color (decimal): -14350571 or 1378085. OLE color: 1378085.

HSL color Cylindrical-coordinate representation of color #250715: hue angle of 332º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250715 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB37721-
CMYK00.810.430.85
HSL332º68.18%8.63%-
HSV(B)332º81.08%14.51%-
XYZ0.970.60.77-
YUV17.57129.94141.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=56.92%
G=10.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3772100.810.430.8533268.188.63
Hex257150512B5514c449
Octal4572501215312551410411
Binary1001011111010101010001101011101010110100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250715; }

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

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

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

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

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

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

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

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