#25021D

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

Shades of Blackberry #25021D

Tints of Blackberry #25021D

Color information

#25021D (or 0x25021D) is unknown color: approx Blackberry. HEX triplet: 25, 02 and 1D. RGB value is (37,2,29). Sum of RGB (Red+Green+Blue) = 37+2+29=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #25021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021D is #DAFDE2. Grayscale: #0F0F0F. Windows color (decimal): -14351843 or 1901093. OLE color: 1901093.

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

Color convert

RGB37229-
CMYK00.950.220.85
HSL313.71º89.74%7.65%-
HSV(B)313.71º94.59%14.51%-
XYZ1.010.531.21-
YUV15.54135.6143.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=54.41%
G=2.94%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3722900.950.220.85313.7189.747.65
Hex2521D05F165513a5a8
Octal4523501372612547213210
Binary10010110111010101111110110101010110011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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