#46182B

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

Shades of Blackberry #46182B

Tints of Blackberry #46182B

Color information

#46182B (or 0x46182B) is unknown color: approx Blackberry. HEX triplet: 46, 18 and 2B. RGB value is (70,24,43). Sum of RGB (Red+Green+Blue) = 70+24+43=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46182B is #B9E7D4. Grayscale: #272727. Windows color (decimal): -12183509 or 2824262. OLE color: 2824262.

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

Color convert

RGB702443-
CMYK00.660.390.73
HSL335.22º48.94%18.43%-
HSV(B)335.22º65.71%27.45%-
XYZ3.292.132.52-
YUV39.92129.74149.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=51.09%
G=17.52%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70244300.660.390.73335.2248.9418.43
Hex46182B042274914f3112
Octal10630530102471115176122
Binary10001101100010101101000010100111100100110100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46182B; }

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

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

<style>
 a { background-color: #46182B; }

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

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

<style>
 span { border-color: #46182B; }

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

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