#46213A

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

Shades of Blackberry #46213A

Tints of Blackberry #46213A

Color information

#46213A (or 0x46213A) is unknown color: approx Blackberry. HEX triplet: 46, 21 and 3A. RGB value is (70,33,58). Sum of RGB (Red+Green+Blue) = 70+33+58=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #46213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46213A is #B9DEC5. Grayscale: #2E2E2E. Windows color (decimal): -12181190 or 3809606. OLE color: 3809606.

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

Color convert

RGB703358-
CMYK00.530.170.73
HSL319.46º35.92%20.2%-
HSV(B)319.46º52.86%27.45%-
XYZ3.832.74.32-
YUV46.91134.26144.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=43.48%
G=20.50%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70335800.530.170.73319.4635.9220.2
Hex46213A035114913f2414
Octal1064172065211114774424
Binary1000110100001111010011010110001100100110011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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