#25141D

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

Shades of Blackberry #25141D

Tints of Blackberry #25141D

Color information

#25141D (or 0x25141D) is unknown color: approx Blackberry. HEX triplet: 25, 14 and 1D. RGB value is (37,20,29). Sum of RGB (Red+Green+Blue) = 37+20+29=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141D is #DAEBE2. Grayscale: #1A1A1A. Windows color (decimal): -14347235 or 1905701. OLE color: 1905701.

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

Color convert

RGB372029-
CMYK00.460.220.85
HSL328.24º29.82%11.18%-
HSV(B)328.24º45.95%14.51%-
XYZ1.230.981.29-
YUV26.11129.63135.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 20 (8.20% from 255) = 23.26%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=43.02%
G=23.26%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202900.460.220.85328.2429.8211.18
Hex25141D02E16551481eb
Octal452435056261255103613
Binary10010110100111010101110101101010101101001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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