#25111C

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

Shades of Blackberry #25111C

Tints of Blackberry #25111C

Color information

#25111C (or 0x25111C) is unknown color: approx Blackberry. HEX triplet: 25, 11 and 1C. RGB value is (37,17,28). Sum of RGB (Red+Green+Blue) = 37+17+28=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111C is #DAEEE3. Grayscale: #181818. Windows color (decimal): -14348004 or 1839397. OLE color: 1839397.

HSL color Cylindrical-coordinate representation of color #25111C: hue angle of 327º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25111C is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB371728-
CMYK00.540.240.85
HSL327º37.04%10.59%-
HSV(B)327º54.05%14.51%-
XYZ1.170.881.21-
YUV24.23130.13137.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=45.12%
G=20.73%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37172800.540.240.8532737.0410.59
Hex25111C036185514725b
Octal452134066301255074513
Binary100101100011110001101101100010101011010001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25111C; }

 p { color: rgb(37,17,28); }

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

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

 a { background-color: rgb(37,17,28); }

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

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

 span { border-color: rgb(37,17,28); }

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