#401932

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

Shades of Blackberry #401932

Tints of Blackberry #401932

Color information

#401932 (or 0x401932) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 32. RGB value is (64,25,50). Sum of RGB (Red+Green+Blue) = 64+25+50=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401932 is #BFE6CD. Grayscale: #272727. Windows color (decimal): -12576462 or 3283264. OLE color: 3283264.

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

Color convert

RGB642550-
CMYK00.610.220.75
HSL321.54º43.82%17.45%-
HSV(B)321.54º60.94%25.1%-
XYZ3.042.023.25-
YUV39.51133.92145.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=46.04%
G=17.99%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64255000.610.220.75321.5443.8217.45
Hex40193203D164B1422c11
Octal1003162075261135025421
Binary100000011001110010011110110110100101110100001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401932; }

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

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

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

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

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

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

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

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