#46163C

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

Shades of Blackberry #46163C

Tints of Blackberry #46163C

Color information

#46163C (or 0x46163C) is unknown color: approx Blackberry. HEX triplet: 46, 16 and 3C. RGB value is (70,22,60). Sum of RGB (Red+Green+Blue) = 70+22+60=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163C is #B9E9C3. Grayscale: #282828. Windows color (decimal): -12184004 or 3937862. OLE color: 3937862.

HSL color Cylindrical-coordinate representation of color #46163C: hue angle of 312.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46163C is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB702260-
CMYK00.690.140.73
HSL312.5º52.17%18.04%-
HSV(B)312.5º68.57%27.45%-
XYZ3.632.24.51-
YUV40.68138.9148.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=46.05%
G=14.47%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226000.690.140.73312.552.1718.04
Hex46163C045E491383412
Octal10626740105161114706422
Binary100011010110111100010001011110100100110011100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46163C; }

 p { color: rgb(70,22,60); }

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

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

 a { background-color: rgb(70,22,60); }

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

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

 span { border-color: rgb(70,22,60); }

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