#400928

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

Shades of Blackberry #400928

Tints of Blackberry #400928

Color information

#400928 (or 0x400928) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 28. RGB value is (64,9,40). Sum of RGB (Red+Green+Blue) = 64+9+40=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400928 is #BFF6D7. Grayscale: #1C1C1C. Windows color (decimal): -12580568 or 2623808. OLE color: 2623808.

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

Color convert

RGB64940-
CMYK00.860.380.75
HSL326.18º75.34%14.31%-
HSV(B)326.18º85.94%25.1%-
XYZ2.61.442.15-
YUV28.98134.22152.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=56.64%
G=7.96%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6494000.860.380.75326.1875.3414.31
Hex40928056264B1464be
Octal100115001264611350611316
Binary1000000100110100001010110100110100101110100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400928; }

 p { color: rgb(64,9,40); }

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

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

 a { background-color: rgb(64,9,40); }

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

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

 span { border-color: rgb(64,9,40); }

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