#400D34

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

Shades of Blackberry #400D34

Tints of Blackberry #400D34

Color information

#400D34 (or 0x400D34) is unknown color: approx Blackberry. HEX triplet: 40, 0D and 34. RGB value is (64,13,52). Sum of RGB (Red+Green+Blue) = 64+13+52=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D34 is #BFF2CB. Grayscale: #202020. Windows color (decimal): -12579532 or 3411264. OLE color: 3411264.

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

Color convert

RGB641352-
CMYK00.800.190.75
HSL314.12º66.23%15.1%-
HSV(B)314.12º79.69%25.1%-
XYZ2.881.633.41-
YUV32.7138.9150.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=49.61%
G=10.08%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64135200.800.190.75314.1266.2315.1
Hex40D34050134B13a42f
Octal100156401202311347210217
Binary100000011011101000101000010011100101110011101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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