#25021B

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

Shades of Blackberry #25021B

Tints of Blackberry #25021B

Color information

#25021B (or 0x25021B) is unknown color: approx Blackberry. HEX triplet: 25, 02 and 1B. RGB value is (37,2,27). Sum of RGB (Red+Green+Blue) = 37+2+27=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021B is #DAFDE4. Grayscale: #0F0F0F. Windows color (decimal): -14351845 or 1770021. OLE color: 1770021.

HSL color Cylindrical-coordinate representation of color #25021B: hue angle of 317.14º 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 #25021B is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB37227-
CMYK00.950.270.85
HSL317.14º89.74%7.65%-
HSV(B)317.14º94.59%14.51%-
XYZ0.980.521.08-
YUV15.31134.6143.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=56.06%
G=3.03%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3722700.950.270.85317.1489.747.65
Hex2521B05F1B5513d5a8
Octal4523301373312547513210
Binary10010110110110101111111011101010110011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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