#46133B

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

Shades of Blackberry #46133B

Tints of Blackberry #46133B

Color information

#46133B (or 0x46133B) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 3B. RGB value is (70,19,59). Sum of RGB (Red+Green+Blue) = 70+19+59=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46133B is #B9ECC4. Grayscale: #262626. Windows color (decimal): -12184773 or 3871558. OLE color: 3871558.

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

Color convert

RGB701959-
CMYK00.730.160.73
HSL312.94º57.3%17.45%-
HSV(B)312.94º72.86%27.45%-
XYZ3.552.084.35-
YUV38.81139.4150.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=47.30%
G=12.84%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70195900.730.160.73312.9457.317.45
Hex46133B04910491393911
Octal10623730111201114717121
Binary1000110100111110110100100110000100100110011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46133B; }

 p { color: rgb(70,19,59); }

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

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

 a { background-color: rgb(70,19,59); }

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

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

 span { border-color: rgb(70,19,59); }

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