#400D26

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

Shades of Blackberry #400D26

Tints of Blackberry #400D26

Color information

#400D26 (or 0x400D26) is unknown color: approx Blackberry. HEX triplet: 40, 0D and 26. RGB value is (64,13,38). Sum of RGB (Red+Green+Blue) = 64+13+38=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D26 is #BFF2D9. Grayscale: #1F1F1F. Windows color (decimal): -12579546 or 2493760. OLE color: 2493760.

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

Color convert

RGB641338-
CMYK00.800.410.75
HSL330.59º66.23%15.1%-
HSV(B)330.59º79.69%25.1%-
XYZ2.611.521.99-
YUV31.1131.9151.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=55.65%
G=11.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64133800.800.410.75330.5966.2315.1
Hex40D26050294B14b42f
Octal100154601205111351310217
Binary1000000110110011001010000101001100101110100101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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