#46142A

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

Shades of Blackberry #46142A

Tints of Blackberry #46142A

Color information

#46142A (or 0x46142A) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 2A. RGB value is (70,20,42). Sum of RGB (Red+Green+Blue) = 70+20+42=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46142A is #B9EBD5. Grayscale: #252525. Windows color (decimal): -12184534 or 2757702. OLE color: 2757702.

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

Color convert

RGB702042-
CMYK00.710.400.73
HSL333.6º55.56%17.65%-
HSV(B)333.6º71.43%27.45%-
XYZ3.191.972.4-
YUV37.46130.56151.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=53.03%
G=15.15%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70204200.710.400.73333.655.5617.65
Hex46142A047284914e3812
Octal10624520107501115167022
Binary10001101010010101001000111101000100100110100111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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