#400524

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

Shades of Blackberry #400524

Tints of Blackberry #400524

Color information

#400524 (or 0x400524) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 24. RGB value is (64,5,36). Sum of RGB (Red+Green+Blue) = 64+5+36=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400524 is #BFFADB. Grayscale: #1A1A1A. Windows color (decimal): -12581596 or 2360640. OLE color: 2360640.

HSL color Cylindrical-coordinate representation of color #400524: hue angle of 328.47º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400524 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB64536-
CMYK00.920.440.75
HSL328.47º85.51%13.53%-
HSV(B)328.47º92.19%25.1%-
XYZ2.491.331.79-
YUV26.17133.55154.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=60.95%
G=4.76%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453600.920.440.75328.4785.5113.53
Hex4052405C2C4B14856e
Octal10054401345411351012616
Binary100000010110010001011100101100100101110100100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400524; }

 p { color: rgb(64,5,36); }

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

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

 a { background-color: rgb(64,5,36); }

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

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

 span { border-color: rgb(64,5,36); }

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