#400724

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

Shades of Blackberry #400724

Tints of Blackberry #400724

Color information

#400724 (or 0x400724) is unknown color: approx Blackberry. HEX triplet: 40, 07 and 24. RGB value is (64,7,36). Sum of RGB (Red+Green+Blue) = 64+7+36=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400724 is #BFF8DB. Grayscale: #1B1B1B. Windows color (decimal): -12581084 or 2361152. OLE color: 2361152.

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

Color convert

RGB64736-
CMYK00.890.440.75
HSL329.47º80.28%13.92%-
HSV(B)329.47º89.06%25.1%-
XYZ2.511.371.8-
YUV27.35132.88154.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=59.81%
G=6.54%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6473600.890.440.75329.4780.2813.92
Hex407240592C4B14950e
Octal10074401315411351112016
Binary100000011110010001011001101100100101110100100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400724; }

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

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

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

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

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

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

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

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