#461134

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

Shades of Blackberry #461134

Tints of Blackberry #461134

Color information

#461134 (or 0x461134) is unknown color: approx Blackberry. HEX triplet: 46, 11 and 34. RGB value is (70,17,52). Sum of RGB (Red+Green+Blue) = 70+17+52=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461134 is #B9EECB. Grayscale: #242424. Windows color (decimal): -12185292 or 3412294. OLE color: 3412294.

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

Color convert

RGB701752-
CMYK00.760.260.73
HSL320.38º60.92%17.06%-
HSV(B)320.38º75.71%27.45%-
XYZ3.351.953.45-
YUV36.84136.56151.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=50.36%
G=12.23%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70175200.760.260.73320.3860.9217.06
Hex46113404C1A491403d11
Octal10621640114321115007521
Binary1000110100011101000100110011010100100110100000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461134; }

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

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

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

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

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

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

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

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