#400E34

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

Shades of Blackberry #400E34

Tints of Blackberry #400E34

Color information

#400E34 (or 0x400E34) is unknown color: approx Blackberry. HEX triplet: 40, 0E and 34. RGB value is (64,14,52). Sum of RGB (Red+Green+Blue) = 64+14+52=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #400E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E34 is #BFF1CB. Grayscale: #212121. Windows color (decimal): -12579276 or 3411520. OLE color: 3411520.

HSL color Cylindrical-coordinate representation of color #400E34: hue angle of 314.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E34 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB641452-
CMYK00.780.190.75
HSL314.4º64.1%15.29%-
HSV(B)314.4º78.12%25.1%-
XYZ2.891.653.42-
YUV33.28138.56149.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 52 (20.70% from 255) = 40%
R=49.23%
G=10.77%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64145200.780.190.75314.464.115.29
Hex40E3404E134B13a40f
Octal100166401162311347210017
Binary100000011101101000100111010011100101110011101010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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