#461533

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

Shades of Blackberry #461533

Tints of Blackberry #461533

Color information

#461533 (or 0x461533) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 33. RGB value is (70,21,51). Sum of RGB (Red+Green+Blue) = 70+21+51=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461533 is #B9EACC. Grayscale: #272727. Windows color (decimal): -12184269 or 3347782. OLE color: 3347782.

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

Color convert

RGB702151-
CMYK00.700.270.73
HSL323.27º53.85%17.84%-
HSV(B)323.27º70%27.45%-
XYZ3.392.083.35-
YUV39.07134.73150.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=49.30%
G=14.79%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215100.700.270.73323.2753.8517.84
Hex4615330461B491433612
Octal10625630106331115036622
Binary1000110101011100110100011011011100100110100001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461533; }

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

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

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

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

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

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

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

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