#461532

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

Shades of Blackberry #461532

Tints of Blackberry #461532

Color information

#461532 (or 0x461532) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 32. RGB value is (70,21,50). Sum of RGB (Red+Green+Blue) = 70+21+50=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #461532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461532 is #B9EACD. Grayscale: #262626. Windows color (decimal): -12184270 or 3282246. OLE color: 3282246.

HSL color Cylindrical-coordinate representation of color #461532: hue angle of 324.49º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461532 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB702150-
CMYK00.700.290.73
HSL324.49º53.85%17.84%-
HSV(B)324.49º70%27.45%-
XYZ3.372.073.24-
YUV38.96134.23150.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=49.65%
G=14.89%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215000.700.290.73324.4953.8517.84
Hex4615320461D491443612
Octal10625620106351115046622
Binary1000110101011100100100011011101100100110100010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461532; }

 p { color: rgb(70,21,50); }

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

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

 a { background-color: rgb(70,21,50); }

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

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

 span { border-color: rgb(70,21,50); }

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