#46142C

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

Shades of Blackberry #46142C

Tints of Blackberry #46142C

Color information

#46142C (or 0x46142C) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 2C. RGB value is (70,20,44). Sum of RGB (Red+Green+Blue) = 70+20+44=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46142C is #B9EBD3. Grayscale: #252525. Windows color (decimal): -12184532 or 2888774. OLE color: 2888774.

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

Color convert

RGB702044-
CMYK00.710.370.73
HSL331.2º55.56%17.65%-
HSV(B)331.2º71.43%27.45%-
XYZ3.231.982.6-
YUV37.69131.56151.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=52.24%
G=14.93%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70204400.710.370.73331.255.5617.65
Hex46142C047254914b3812
Octal10624540107451115137022
Binary10001101010010110001000111100101100100110100101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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