#400726

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

Shades of Blackberry #400726

Tints of Blackberry #400726

Color information

#400726 (or 0x400726) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 26. RGB value is (64,7,38). Sum of RGB (Red+Green+Blue) = 64+7+38=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400726 is #BFF8D9. Grayscale: #1B1B1B. Windows color (decimal): -12581082 or 2492224. OLE color: 2492224.

HSL color Cylindrical-coordinate representation of color #400726: hue angle of 327.37º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400726 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB64738-
CMYK00.890.410.75
HSL327.37º80.28%13.92%-
HSV(B)327.37º89.06%25.1%-
XYZ2.541.381.97-
YUV27.58133.88153.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=58.72%
G=6.42%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6473800.890.410.75327.3780.2813.92
Hex40726059294B14750e
Octal10074601315111350712016
Binary100000011110011001011001101001100101110100011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400726; }

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

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

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

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

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

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

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

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