#400929

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

Shades of Blackberry #400929

Tints of Blackberry #400929

Color information

#400929 (or 0x400929) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 29. RGB value is (64,9,41). Sum of RGB (Red+Green+Blue) = 64+9+41=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400929 is #BFF6D6. Grayscale: #1D1D1D. Windows color (decimal): -12580567 or 2689344. OLE color: 2689344.

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

Color convert

RGB64941-
CMYK00.860.360.75
HSL325.09º75.34%14.31%-
HSV(B)325.09º85.94%25.1%-
XYZ2.611.452.24-
YUV29.09134.72152.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=56.14%
G=7.89%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6494100.860.360.75325.0975.3414.31
Hex40929056244B1454be
Octal100115101264411350511316
Binary1000000100110100101010110100100100101110100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400929; }

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

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

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

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

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

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

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

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