#400D32

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

Shades of Blackberry #400D32

Tints of Blackberry #400D32

Color information

#400D32 (or 0x400D32) is unknown color: approx Blackberry. HEX triplet: 40, 0D and 32. RGB value is (64,13,50). Sum of RGB (Red+Green+Blue) = 64+13+50=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #400D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D32 is #BFF2CD. Grayscale: #202020. Windows color (decimal): -12579534 or 3280192. OLE color: 3280192.

HSL color Cylindrical-coordinate representation of color #400D32: hue angle of 316.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D32 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB641350-
CMYK00.800.220.75
HSL316.47º66.23%15.1%-
HSV(B)316.47º79.69%25.1%-
XYZ2.831.613.18-
YUV32.47137.9150.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=50.39%
G=10.24%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64135000.800.220.75316.4766.2315.1
Hex40D32050164B13c42f
Octal100156201202611347410217
Binary100000011011100100101000010110100101110011110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400D32; }

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

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

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

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

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

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

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

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