#25081A

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

Shades of Blackberry #25081A

Tints of Blackberry #25081A

Color information

#25081A (or 0x25081A) is unknown color: approx Blackberry. HEX triplet: 25, 08 and 1A. RGB value is (37,8,26). Sum of RGB (Red+Green+Blue) = 37+8+26=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #25081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081A is #DAF7E5. Grayscale: #121212. Windows color (decimal): -14350310 or 1706021. OLE color: 1706021.

HSL color Cylindrical-coordinate representation of color #25081A: hue angle of 322.76º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25081A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB37826-
CMYK00.780.300.85
HSL322.76º64.44%8.82%-
HSV(B)322.76º78.38%14.51%-
XYZ1.040.641.05-
YUV18.72132.11141.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=52.11%
G=11.27%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3782600.780.300.85322.7664.448.82
Hex2581A04E1E55143409
Octal45103201163612550310011
Binary1001011000110100100111011110101010110100001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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