#250113

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

Shades of Blackberry #250113

Tints of Blackberry #250113

Color information

#250113 (or 0x250113) is unknown color: approx Blackberry. HEX triplet: 25, 01 and 13. RGB value is (37,1,19). Sum of RGB (Red+Green+Blue) = 37+1+19=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250113 is #DAFEEC. Grayscale: #0D0D0D. Windows color (decimal): -14352109 or 1245477. OLE color: 1245477.

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

Color convert

RGB37119-
CMYK00.970.490.85
HSL330º94.74%7.45%-
HSV(B)330º97.3%14.51%-
XYZ0.890.460.66-
YUV13.82130.93144.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=64.91%
G=1.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711900.970.490.8533094.747.45
Hex25113061315514a5f7
Octal451230141611255121377
Binary1001011100110110000111000110101011010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250113; }

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

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

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

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

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

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

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

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