#401528

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

Shades of Blackberry #401528

Tints of Blackberry #401528

Color information

#401528 (or 0x401528) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 28. RGB value is (64,21,40). Sum of RGB (Red+Green+Blue) = 64+21+40=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401528 is #BFEAD7. Grayscale: #232323. Windows color (decimal): -12577496 or 2626880. OLE color: 2626880.

HSL color Cylindrical-coordinate representation of color #401528: hue angle of 333.49º 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 #401528 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB642140-
CMYK00.670.380.75
HSL333.49º50.59%16.67%-
HSV(B)333.49º67.19%25.1%-
XYZ2.771.782.21-
YUV36.02130.25147.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 40 (16.02% from 255) = 32%
R=51.2%
G=16.8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64214000.670.380.75333.4950.5916.67
Hex401528043264B14d3311
Octal10025500103461135156321
Binary10000001010110100001000011100110100101110100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401528; }

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

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

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

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

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

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

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

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