#46183A

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

Shades of Blackberry #46183A

Tints of Blackberry #46183A

Color information

#46183A (or 0x46183A) is unknown color: approx Blackberry. HEX triplet: 46, 18 and 3A. RGB value is (70,24,58). Sum of RGB (Red+Green+Blue) = 70+24+58=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46183A is #B9E7C5. Grayscale: #292929. Windows color (decimal): -12183494 or 3807302. OLE color: 3807302.

HSL color Cylindrical-coordinate representation of color #46183A: hue angle of 315.65º 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 #46183A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB702458-
CMYK00.660.170.73
HSL315.65º48.94%18.43%-
HSV(B)315.65º65.71%27.45%-
XYZ3.622.264.25-
YUV41.63137.24148.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=46.05%
G=15.79%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70245800.660.170.73315.6548.9418.43
Hex46183A042114913c3112
Octal10630720102211114746122
Binary1000110110001110100100001010001100100110011110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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