#461535

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

Shades of Blackberry #461535

Tints of Blackberry #461535

Color information

#461535 (or 0x461535) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 35. RGB value is (70,21,53). Sum of RGB (Red+Green+Blue) = 70+21+53=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461535 is #B9EACA. Grayscale: #272727. Windows color (decimal): -12184267 or 3478854. OLE color: 3478854.

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

Color convert

RGB702153-
CMYK00.700.240.73
HSL320.82º53.85%17.84%-
HSV(B)320.82º70%27.45%-
XYZ3.442.13.59-
YUV39.3135.73149.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=48.61%
G=14.58%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215300.700.240.73320.8253.8517.84
Hex46153504618491413612
Octal10625650106301115016622
Binary1000110101011101010100011011000100100110100000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461535; }

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

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

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

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

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

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

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

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