#25111D

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

Shades of Blackberry #25111D

Tints of Blackberry #25111D

Color information

#25111D (or 0x25111D) is unknown color: approx Blackberry. HEX triplet: 25, 11 and 1D. RGB value is (37,17,29). Sum of RGB (Red+Green+Blue) = 37+17+29=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25111D is #DAEEE2. Grayscale: #181818. Windows color (decimal): -14348003 or 1904933. OLE color: 1904933.

HSL color Cylindrical-coordinate representation of color #25111D: hue angle of 324º 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 #25111D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB371729-
CMYK00.540.220.85
HSL324º37.04%10.59%-
HSV(B)324º54.05%14.51%-
XYZ1.190.881.27-
YUV24.35130.63137.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=44.58%
G=20.48%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37172900.540.220.8532437.0410.59
Hex25111D036165514425b
Octal452135066261255044513
Binary100101100011110101101101011010101011010001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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