#46142E

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

Shades of Blackberry #46142E

Tints of Blackberry #46142E

Color information

#46142E (or 0x46142E) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 2E. RGB value is (70,20,46). Sum of RGB (Red+Green+Blue) = 70+20+46=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46142E is #B9EBD1. Grayscale: #252525. Windows color (decimal): -12184530 or 3019846. OLE color: 3019846.

HSL color Cylindrical-coordinate representation of color #46142E: hue angle of 328.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46142E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB702046-
CMYK00.710.340.73
HSL328.8º55.56%17.65%-
HSV(B)328.8º71.43%27.45%-
XYZ3.2722.8-
YUV37.91132.56150.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=51.47%
G=14.71%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70204600.710.340.73328.855.5617.65
Hex46142E04722491493812
Octal10624560107421115117022
Binary10001101010010111001000111100010100100110100100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46142E; }

 p { color: rgb(70,20,46); }

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

<style>
 a { background-color: #46142E; }

 a { background-color: rgb(70,20,46); }

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

<style>
 span { border-color: #46142E; }

 span { border-color: rgb(70,20,46); }

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