#46223A

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

Shades of Blackberry #46223A

Tints of Blackberry #46223A

Color information

#46223A (or 0x46223A) is unknown color: approx Blackberry. HEX triplet: 46, 22 and 3A. RGB value is (70,34,58). Sum of RGB (Red+Green+Blue) = 70+34+58=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46223A is #B9DDC5. Grayscale: #2F2F2F. Windows color (decimal): -12180934 or 3809862. OLE color: 3809862.

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

Color convert

RGB703458-
CMYK00.510.170.73
HSL320º34.62%20.39%-
HSV(B)320º51.43%27.45%-
XYZ3.862.754.33-
YUV47.5133.93144.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=43.21%
G=20.99%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70345800.510.170.7332034.6220.39
Hex46223A03311491402314
Octal1064272063211115004324
Binary1000110100010111010011001110001100100110100000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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