#461539

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

Shades of Blackberry #461539

Tints of Blackberry #461539

Color information

#461539 (or 0x461539) is unknown color: approx Blackberry. HEX triplet: 46, 15 and 39. RGB value is (70,21,57). Sum of RGB (Red+Green+Blue) = 70+21+57=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #461539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461539 is #B9EAC6. Grayscale: #272727. Windows color (decimal): -12184263 or 3740998. OLE color: 3740998.

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

Color convert

RGB702157-
CMYK00.700.190.73
HSL315.92º53.85%17.84%-
HSV(B)315.92º70%27.45%-
XYZ3.532.134.1-
YUV39.75137.73149.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=47.30%
G=14.19%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70215700.700.190.73315.9253.8517.84
Hex461539046134913c3612
Octal10625710106231114746622
Binary1000110101011110010100011010011100100110011110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461539; }

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

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

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

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

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

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

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

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