#400520

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

Shades of Blackberry #400520

Tints of Blackberry #400520

Color information

#400520 (or 0x400520) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 20. RGB value is (64,5,32). Sum of RGB (Red+Green+Blue) = 64+5+32=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #400520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400520 is #BFFADF. Grayscale: #191919. Windows color (decimal): -12581600 or 2098496. OLE color: 2098496.

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

Color convert

RGB64532-
CMYK00.920.500.75
HSL332.54º85.51%13.53%-
HSV(B)332.54º92.19%25.1%-
XYZ2.431.31.49-
YUV25.72131.55155.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=63.37%
G=4.95%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453200.920.500.75332.5485.5113.53
Hex4052005C324B14d56e
Octal10054001346211351512616
Binary100000010110000001011100110010100101110100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400520; }

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

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

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

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

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

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

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

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