#400933

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

Shades of Blackberry #400933

Tints of Blackberry #400933

Color information

#400933 (or 0x400933) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 33. RGB value is (64,9,51). Sum of RGB (Red+Green+Blue) = 64+9+51=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400933 is #BFF6CC. Grayscale: #1E1E1E. Windows color (decimal): -12580557 or 3344704. OLE color: 3344704.

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

Color convert

RGB64951-
CMYK00.860.200.75
HSL314.18º75.34%14.31%-
HSV(B)314.18º85.94%25.1%-
XYZ2.811.523.28-
YUV30.23139.72152.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=51.61%
G=7.26%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6495100.860.200.75314.1875.3414.31
Hex40933056144B13a4be
Octal100116301262411347211316
Binary100000010011100110101011010100100101110011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400933; }

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

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

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

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

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

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

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

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