#400329

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

Shades of Blackberry #400329

Tints of Blackberry #400329

Color information

#400329 (or 0x400329) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 29. RGB value is (64,3,41). Sum of RGB (Red+Green+Blue) = 64+3+41=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #400329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400329 is #BFFCD6. Grayscale: #191919. Windows color (decimal): -12582103 or 2687808. OLE color: 2687808.

HSL color Cylindrical-coordinate representation of color #400329: hue angle of 322.62º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400329 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB64341-
CMYK00.950.360.75
HSL322.62º91.04%13.14%-
HSV(B)322.62º95.31%25.1%-
XYZ2.551.322.22-
YUV25.57136.71155.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=59.26%
G=2.78%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434100.950.360.75322.6291.0413.14
Hex4032905F244B1435bd
Octal10035101374411350313315
Binary10000001110100101011111100100100101110100001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400329; }

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

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

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

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

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

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

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

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