#401432

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

Shades of Blackberry #401432

Tints of Blackberry #401432

Color information

#401432 (or 0x401432) is unknown color: approx Blackberry. HEX triplet: 40, 14 and 32. RGB value is (64,20,50). Sum of RGB (Red+Green+Blue) = 64+20+50=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401432 is #BFEBCD. Grayscale: #242424. Windows color (decimal): -12577742 or 3281984. OLE color: 3281984.

HSL color Cylindrical-coordinate representation of color #401432: hue angle of 319.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401432 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB642050-
CMYK00.690.220.75
HSL319.09º52.38%16.47%-
HSV(B)319.09º68.75%25.1%-
XYZ2.941.823.21-
YUV36.58135.58147.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=47.76%
G=14.93%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64205000.690.220.75319.0952.3816.47
Hex401432045164B13f3410
Octal10024620105261134776420
Binary1000000101001100100100010110110100101110011111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401432; }

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

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

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

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

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

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

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

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