#401525

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

Shades of Blackberry #401525

Tints of Blackberry #401525

Color information

#401525 (or 0x401525) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 25. RGB value is (64,21,37). Sum of RGB (Red+Green+Blue) = 64+21+37=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401525 is #BFEADA. Grayscale: #232323. Windows color (decimal): -12577499 or 2430272. OLE color: 2430272.

HSL color Cylindrical-coordinate representation of color #401525: hue angle of 337.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401525 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB642137-
CMYK00.670.420.75
HSL337.67º50.59%16.67%-
HSV(B)337.67º67.19%25.1%-
XYZ2.721.761.95-
YUV35.68128.75148.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=52.46%
G=17.21%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64213700.670.420.75337.6750.5916.67
Hex4015250432A4B1523311
Octal10025450103521135226321
Binary10000001010110010101000011101010100101110101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401525; }

 p { color: rgb(64,21,37); }

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

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

 a { background-color: rgb(64,21,37); }

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

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

 span { border-color: rgb(64,21,37); }

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