#400C26

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

Shades of Blackberry #400C26

Tints of Blackberry #400C26

Color information

#400C26 (or 0x400C26) is unknown color: approx Blackberry. HEX triplet: 40, 0C and 26. RGB value is (64,12,38). Sum of RGB (Red+Green+Blue) = 64+12+38=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C26 is #BFF3D9. Grayscale: #1E1E1E. Windows color (decimal): -12579802 or 2493504. OLE color: 2493504.

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

Color convert

RGB641238-
CMYK00.810.410.75
HSL330º68.42%14.9%-
HSV(B)330º81.25%25.1%-
XYZ2.61.491.99-
YUV30.51132.23151.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=56.14%
G=10.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123800.810.410.7533068.4214.9
Hex40C26051294B14a44f
Octal100144601215111351210417
Binary1000000110010011001010001101001100101110100101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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