#461139

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

Shades of Blackberry #461139

Tints of Blackberry #461139

Color information

#461139 (or 0x461139) is unknown color: approx Blackberry. HEX triplet: 46, 11 and 39. RGB value is (70,17,57). Sum of RGB (Red+Green+Blue) = 70+17+57=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461139 is #B9EEC6. Grayscale: #252525. Windows color (decimal): -12185287 or 3739974. OLE color: 3739974.

HSL color Cylindrical-coordinate representation of color #461139: hue angle of 314.72º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461139 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB701757-
CMYK00.760.190.73
HSL314.72º60.92%17.06%-
HSV(B)314.72º75.71%27.45%-
XYZ3.4624.07-
YUV37.41139.06151.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=48.61%
G=11.81%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70175700.760.190.73314.7260.9217.06
Hex46113904C134913b3d11
Octal10621710114231114737521
Binary1000110100011110010100110010011100100110011101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461139; }

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

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

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

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

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

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

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

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