#400534

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

Shades of Blackberry #400534

Tints of Blackberry #400534

Color information

#400534 (or 0x400534) is unknown color: approx Blackberry. HEX triplet: 40, 05 and 34. RGB value is (64,5,52). Sum of RGB (Red+Green+Blue) = 64+5+52=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400534 is #BFFACB. Grayscale: #1B1B1B. Windows color (decimal): -12581580 or 3409216. OLE color: 3409216.

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

Color convert

RGB64552-
CMYK00.920.190.75
HSL312.2º85.51%13.53%-
HSV(B)312.2º92.19%25.1%-
XYZ2.791.453.38-
YUV28141.55153.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=52.89%
G=4.13%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455200.920.190.75312.285.5113.53
Hex4053405C134B13856e
Octal10056401342311347012616
Binary10000001011101000101110010011100101110011100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400534; }

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

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

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

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

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

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

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

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