#400E2B

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

Shades of Blackberry #400E2B

Tints of Blackberry #400E2B

Color information

#400E2B (or 0x400E2B) is unknown color: approx Blackberry. HEX triplet: 40, 0E and 2B. RGB value is (64,14,43). Sum of RGB (Red+Green+Blue) = 64+14+43=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E2B is #BFF1D4. Grayscale: #202020. Windows color (decimal): -12579285 or 2821696. OLE color: 2821696.

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

Color convert

RGB641443-
CMYK00.780.330.75
HSL325.2º64.1%15.29%-
HSV(B)325.2º78.12%25.1%-
XYZ2.711.582.45-
YUV32.26134.06150.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=52.89%
G=11.57%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64144300.780.330.75325.264.115.29
Hex40E2B04E214B14540f
Octal100165301164111350510017
Binary1000000111010101101001110100001100101110100010110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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