#400A26

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

Shades of Blackberry #400A26

Tints of Blackberry #400A26

Color information

#400A26 (or 0x400A26) is unknown color: approx Blackberry. HEX triplet: 40, 0A and 26. RGB value is (64,10,38). Sum of RGB (Red+Green+Blue) = 64+10+38=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #400A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A26 is #BFF5D9. Grayscale: #1D1D1D. Windows color (decimal): -12580314 or 2492992. OLE color: 2492992.

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

Color convert

RGB641038-
CMYK00.840.410.75
HSL328.89º72.97%14.51%-
HSV(B)328.89º84.38%25.1%-
XYZ2.571.451.98-
YUV29.34132.89152.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=57.14%
G=8.93%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64103800.840.410.75328.8972.9714.51
Hex40A26054294B14949f
Octal100124601245111351111117
Binary1000000101010011001010100101001100101110100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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