#401832

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

Shades of Blackberry #401832

Tints of Blackberry #401832

Color information

#401832 (or 0x401832) is unknown color: approx Blackberry. HEX triplet: 40, 18 and 32. RGB value is (64,24,50). Sum of RGB (Red+Green+Blue) = 64+24+50=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401832 is #BFE7CD. Grayscale: #262626. Windows color (decimal): -12576718 or 3283008. OLE color: 3283008.

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

Color convert

RGB642450-
CMYK00.620.220.75
HSL321º45.45%17.25%-
HSV(B)321º62.5%25.1%-
XYZ3.021.973.24-
YUV38.92134.25145.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=46.38%
G=17.39%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64245000.620.220.7532145.4517.25
Hex40183203E164B1412d11
Octal1003062076261135015521
Binary100000011000110010011111010110100101110100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401832; }

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

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

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

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

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

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

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

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