#25021A

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

Shades of Blackberry #25021A

Tints of Blackberry #25021A

Color information

#25021A (or 0x25021A) is unknown color: approx Blackberry. HEX triplet: 25, 02 and 1A. RGB value is (37,2,26). Sum of RGB (Red+Green+Blue) = 37+2+26=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #25021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021A is #DAFDE5. Grayscale: #0F0F0F. Windows color (decimal): -14351846 or 1704485. OLE color: 1704485.

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

Color convert

RGB37226-
CMYK00.950.300.85
HSL318.86º89.74%7.65%-
HSV(B)318.86º94.59%14.51%-
XYZ0.970.511.02-
YUV15.2134.1143.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 2 (1.17% from 255) = 3.08%
BLUE value IS 26 (10.55% from 255) = 40%
R=56.92%
G=3.08%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3722600.950.300.85318.8689.747.65
Hex2521A05F1E5513f5a8
Octal4523201373612547713210
Binary10010110110100101111111110101010110011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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