#461529

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

Shades of Blackberry #461529

Tints of Blackberry #461529

Color information

#461529 (or 0x461529) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 29. RGB value is (70,21,41). Sum of RGB (Red+Green+Blue) = 70+21+41=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461529 is #B9EAD6. Grayscale: #252525. Windows color (decimal): -12184279 or 2692422. OLE color: 2692422.

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

Color convert

RGB702141-
CMYK00.700.410.73
HSL335.51º53.85%17.84%-
HSV(B)335.51º70%27.45%-
XYZ3.1922.32-
YUV37.93129.73150.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=53.03%
G=15.91%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70214100.700.410.73335.5153.8517.84
Hex46152904629491503612
Octal10625510106511115206622
Binary10001101010110100101000110101001100100110101000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461529; }

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

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

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

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

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

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

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

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