#25131D

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

Shades of Blackberry #25131D

Tints of Blackberry #25131D

Color information

#25131D (or 0x25131D) is unknown color: approx Blackberry. HEX triplet: 25, 13 and 1D. RGB value is (37,19,29). Sum of RGB (Red+Green+Blue) = 37+19+29=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131D is #DAECE2. Grayscale: #191919. Windows color (decimal): -14347491 or 1905445. OLE color: 1905445.

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

Color convert

RGB371929-
CMYK00.490.220.85
HSL326.67º32.14%10.98%-
HSV(B)326.67º48.65%14.51%-
XYZ1.220.951.28-
YUV25.52129.96136.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=43.53%
G=22.35%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192900.490.220.85326.6732.1410.98
Hex25131D031165514720b
Octal452335061261255074013
Binary100101100111110101100011011010101011010001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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