#400536

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

Shades of Blackberry #400536

Tints of Blackberry #400536

Color information

#400536 (or 0x400536) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 36. RGB value is (64,5,54). Sum of RGB (Red+Green+Blue) = 64+5+54=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #400536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400536 is #BFFAC9. Grayscale: #1C1C1C. Windows color (decimal): -12581578 or 3540288. OLE color: 3540288.

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

Color convert

RGB64554-
CMYK00.920.160.75
HSL310.17º85.51%13.53%-
HSV(B)310.17º92.19%25.1%-
XYZ2.831.463.62-
YUV28.23142.55153.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=52.03%
G=4.07%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455400.920.160.75310.1785.5113.53
Hex4053605C104B13656e
Octal10056601342011346612616
Binary10000001011101100101110010000100101110011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400536; }

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

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

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

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

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

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

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

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