#401232

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

Shades of Blackberry #401232

Tints of Blackberry #401232

Color information

#401232 (or 0x401232) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 32. RGB value is (64,18,50). Sum of RGB (Red+Green+Blue) = 64+18+50=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401232 is #BFEDCD. Grayscale: #232323. Windows color (decimal): -12578254 or 3281472. OLE color: 3281472.

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

Color convert

RGB641850-
CMYK00.720.220.75
HSL318.26º56.1%16.08%-
HSV(B)318.26º71.88%25.1%-
XYZ2.911.753.2-
YUV35.4136.24148.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=48.48%
G=13.64%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64185000.720.220.75318.2656.116.08
Hex401232048164B13e3810
Octal10022620110261134767020
Binary1000000100101100100100100010110100101110011111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401232; }

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

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

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

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

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

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

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

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