#25151D

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

Shades of Blackberry #25151D

Tints of Blackberry #25151D

Color information

#25151D (or 0x25151D) is unknown color: approx Blackberry. HEX triplet: 25, 15 and 1D. RGB value is (37,21,29). Sum of RGB (Red+Green+Blue) = 37+21+29=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25151D is #DAEAE2. Grayscale: #1A1A1A. Windows color (decimal): -14346979 or 1905957. OLE color: 1905957.

HSL color Cylindrical-coordinate representation of color #25151D: hue angle of 330º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25151D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB372129-
CMYK00.430.220.85
HSL330º27.59%11.37%-
HSV(B)330º43.24%14.51%-
XYZ1.251.021.29-
YUV26.7129.3135.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=42.53%
G=24.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37212900.430.220.8533027.5911.37
Hex25151D02B165514a1cb
Octal452535053261255123413
Binary10010110101111010101011101101010101101001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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