#400532

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

Shades of Blackberry #400532

Tints of Blackberry #400532

Color information

#400532 (or 0x400532) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 32. RGB value is (64,5,50). Sum of RGB (Red+Green+Blue) = 64+5+50=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400532 is #BFFACD. Grayscale: #1B1B1B. Windows color (decimal): -12581582 or 3278144. OLE color: 3278144.

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

Color convert

RGB64550-
CMYK00.920.220.75
HSL314.24º85.51%13.53%-
HSV(B)314.24º92.19%25.1%-
XYZ2.741.433.15-
YUV27.77140.55153.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=53.78%
G=4.20%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455000.920.220.75314.2485.5113.53
Hex4053205C164B13a56e
Octal10056201342611347212616
Binary10000001011100100101110010110100101110011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400532; }

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

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

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

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

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

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

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

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