#46193C

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

Shades of Blackberry #46193C

Tints of Blackberry #46193C

Color information

#46193C (or 0x46193C) is unknown color: approx Blackberry. HEX triplet: 46, 19 and 3C. RGB value is (70,25,60). Sum of RGB (Red+Green+Blue) = 70+25+60=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46193C is #B9E6C3. Grayscale: #2A2A2A. Windows color (decimal): -12183236 or 3938630. OLE color: 3938630.

HSL color Cylindrical-coordinate representation of color #46193C: hue angle of 313.33º 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 #46193C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB702560-
CMYK00.640.140.73
HSL313.33º47.37%18.63%-
HSV(B)313.33º64.29%27.45%-
XYZ3.692.324.53-
YUV42.44137.91147.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=45.16%
G=16.13%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70256000.640.140.73313.3347.3718.63
Hex46193C040E491392f13
Octal10631740100161114715723
Binary100011011001111100010000001110100100110011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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