#400332

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

Shades of Blackberry #400332

Tints of Blackberry #400332

Color information

#400332 (or 0x400332) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 32. RGB value is (64,3,50). Sum of RGB (Red+Green+Blue) = 64+3+50=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #400332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400332 is #BFFCCD. Grayscale: #1A1A1A. Windows color (decimal): -12582094 or 3277632. OLE color: 3277632.

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

Color convert

RGB64350-
CMYK00.950.220.75
HSL313.77º91.04%13.14%-
HSV(B)313.77º95.31%25.1%-
XYZ2.721.393.14-
YUV26.6141.21154.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=54.70%
G=2.56%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435000.950.220.75313.7791.0413.14
Hex4033205F164B13a5bd
Octal10036201372611347213315
Binary1000000111100100101111110110100101110011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400332; }

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

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

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

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

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

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

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

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