#400921

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

Shades of Blackberry #400921

Tints of Blackberry #400921

Color information

#400921 (or 0x400921) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 21. RGB value is (64,9,33). Sum of RGB (Red+Green+Blue) = 64+9+33=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400921 is #BFF6DE. Grayscale: #1C1C1C. Windows color (decimal): -12580575 or 2165056. OLE color: 2165056.

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

Color convert

RGB64933-
CMYK00.860.480.75
HSL333.82º75.34%14.31%-
HSV(B)333.82º85.94%25.1%-
XYZ2.491.41.58-
YUV28.18130.72153.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=60.38%
G=8.49%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6493300.860.480.75333.8275.3414.31
Hex40921056304B14e4be
Octal100114101266011351611316
Binary1000000100110000101010110110000100101110100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400921; }

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

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

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

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

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

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

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

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