#46143A

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

Shades of Blackberry #46143A

Tints of Blackberry #46143A

Color information

#46143A (or 0x46143A) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 3A. RGB value is (70,20,58). Sum of RGB (Red+Green+Blue) = 70+20+58=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46143A is #B9EBC5. Grayscale: #272727. Windows color (decimal): -12184518 or 3806278. OLE color: 3806278.

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

Color convert

RGB702058-
CMYK00.710.170.73
HSL314.4º55.56%17.65%-
HSV(B)314.4º71.43%27.45%-
XYZ3.542.114.22-
YUV39.28138.56149.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=47.30%
G=13.51%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70205800.710.170.73314.455.5617.65
Hex46143A047114913a3812
Octal10624720107211114727022
Binary1000110101001110100100011110001100100110011101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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