#400731

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

Shades of Blackberry #400731

Tints of Blackberry #400731

Color information

#400731 (or 0x400731) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 31. RGB value is (64,7,49). Sum of RGB (Red+Green+Blue) = 64+7+49=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400731 is #BFF8CE. Grayscale: #1C1C1C. Windows color (decimal): -12581071 or 3213120. OLE color: 3213120.

HSL color Cylindrical-coordinate representation of color #400731: hue angle of 315.79º 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 #400731 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB64749-
CMYK00.890.230.75
HSL315.79º80.28%13.92%-
HSV(B)315.79º89.06%25.1%-
XYZ2.741.463.04-
YUV28.83139.38153.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=53.33%
G=5.83%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6474900.890.230.75315.7980.2813.92
Hex40731059174B13c50e
Octal10076101312711347412016
Binary10000001111100010101100110111100101110011110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400731; }

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

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

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

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

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

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

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

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