#461536

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

Shades of Blackberry #461536

Tints of Blackberry #461536

Color information

#461536 (or 0x461536) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 36. RGB value is (70,21,54). Sum of RGB (Red+Green+Blue) = 70+21+54=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461536 is #B9EAC9. Grayscale: #272727. Windows color (decimal): -12184266 or 3544390. OLE color: 3544390.

HSL color Cylindrical-coordinate representation of color #461536: hue angle of 319.59º 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 #461536 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB702154-
CMYK00.700.230.73
HSL319.59º53.85%17.84%-
HSV(B)319.59º70%27.45%-
XYZ3.462.13.71-
YUV39.41136.23149.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=48.28%
G=14.48%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215400.700.230.73319.5953.8517.84
Hex46153604617491403612
Octal10625660106271115006622
Binary1000110101011101100100011010111100100110100000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461536; }

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

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

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

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

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

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

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

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