#46193A

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

Shades of Blackberry #46193A

Tints of Blackberry #46193A

Color information

#46193A (or 0x46193A) is unknown color: approx Blackberry. HEX triplet: 46, 19 and 3A. RGB value is (70,25,58). Sum of RGB (Red+Green+Blue) = 70+25+58=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46193A is #B9E6C5. Grayscale: #2A2A2A. Windows color (decimal): -12183238 or 3807558. OLE color: 3807558.

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

Color convert

RGB702558-
CMYK00.640.170.73
HSL316º47.37%18.63%-
HSV(B)316º64.29%27.45%-
XYZ3.642.34.26-
YUV42.22136.91147.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=45.75%
G=16.34%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70255800.640.170.7331647.3718.63
Hex46193A040114913c2f13
Octal10631720100211114745723
Binary1000110110011110100100000010001100100110011110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46193A; }

 p { color: rgb(70,25,58); }

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

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

 a { background-color: rgb(70,25,58); }

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

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

 span { border-color: rgb(70,25,58); }

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