#46183C

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

Shades of Blackberry #46183C

Tints of Blackberry #46183C

Color information

#46183C (or 0x46183C) is unknown color: approx Blackberry. HEX triplet: 46, 18 and 3C. RGB value is (70,24,60). Sum of RGB (Red+Green+Blue) = 70+24+60=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46183C is #B9E7C3. Grayscale: #292929. Windows color (decimal): -12183492 or 3938374. OLE color: 3938374.

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

Color convert

RGB702460-
CMYK00.660.140.73
HSL313.04º48.94%18.43%-
HSV(B)313.04º65.71%27.45%-
XYZ3.672.284.52-
YUV41.86138.24148.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=45.45%
G=15.58%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70246000.660.140.73313.0448.9418.43
Hex46183C042E491393112
Octal10630740102161114716122
Binary100011011000111100010000101110100100110011100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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