#250615

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

Shades of Blackberry #250615

Tints of Blackberry #250615

Color information

#250615 (or 0x250615) is unknown color: approx Blackberry. HEX triplet: 25, 06 and 15. RGB value is (37,6,21). Sum of RGB (Red+Green+Blue) = 37+6+21=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250615 is #DAF9EA. Grayscale: #101010. Windows color (decimal): -14350827 or 1377829. OLE color: 1377829.

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

Color convert

RGB37621-
CMYK00.840.430.85
HSL330.97º72.09%8.43%-
HSV(B)330.97º83.78%14.51%-
XYZ0.960.580.77-
YUV16.98130.27142.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 57.81%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=57.81%
G=9.38%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3762100.840.430.85330.9772.098.43
Hex256150542B5514b488
Octal4562501245312551311010
Binary1001011101010101010100101011101010110100101110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250615; }

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

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

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

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

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

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

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

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