#400E26

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

Shades of Blackberry #400E26

Tints of Blackberry #400E26

Color information

#400E26 (or 0x400E26) is unknown color: approx Blackberry. HEX triplet: 40, 0E and 26. RGB value is (64,14,38). Sum of RGB (Red+Green+Blue) = 64+14+38=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E26 is #BFF1D9. Grayscale: #1F1F1F. Windows color (decimal): -12579290 or 2494016. OLE color: 2494016.

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

Color convert

RGB641438-
CMYK00.780.410.75
HSL331.2º64.1%15.29%-
HSV(B)331.2º78.12%25.1%-
XYZ2.621.541.99-
YUV31.69131.56151.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=55.17%
G=12.07%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64143800.780.410.75331.264.115.29
Hex40E2604E294B14b40f
Octal100164601165111351310017
Binary1000000111010011001001110101001100101110100101110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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