#250115

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

Shades of Blackberry #250115

Tints of Blackberry #250115

Color information

#250115 (or 0x250115) is unknown color: approx Blackberry. HEX triplet: 25, 01 and 15. RGB value is (37,1,21). Sum of RGB (Red+Green+Blue) = 37+1+21=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250115 is #DAFEEA. Grayscale: #0E0E0E. Windows color (decimal): -14352107 or 1376549. OLE color: 1376549.

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

Color convert

RGB37121-
CMYK00.970.430.85
HSL326.67º94.74%7.45%-
HSV(B)326.67º97.3%14.51%-
XYZ0.910.470.75-
YUV14.04131.93144.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 62.71%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=62.71%
G=1.69%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3712100.970.430.85326.6794.747.45
Hex251150612B551475f7
Octal451250141531255071377
Binary1001011101010110000110101110101011010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250115; }

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

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

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

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

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

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

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

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