#401527

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

Shades of Blackberry #401527

Tints of Blackberry #401527

Color information

#401527 (or 0x401527) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 27. RGB value is (64,21,39). Sum of RGB (Red+Green+Blue) = 64+21+39=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401527 is #BFEAD8. Grayscale: #232323. Windows color (decimal): -12577497 or 2561344. OLE color: 2561344.

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

Color convert

RGB642139-
CMYK00.670.390.75
HSL334.88º50.59%16.67%-
HSV(B)334.88º67.19%25.1%-
XYZ2.751.772.12-
YUV35.91129.75148.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=51.61%
G=16.94%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64213900.670.390.75334.8850.5916.67
Hex401527043274B14f3311
Octal10025470103471135176321
Binary10000001010110011101000011100111100101110100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401527; }

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

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

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

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

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

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

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

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