#46133A

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

Shades of Blackberry #46133A

Tints of Blackberry #46133A

Color information

#46133A (or 0x46133A) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 3A. RGB value is (70,19,58). Sum of RGB (Red+Green+Blue) = 70+19+58=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46133A is #B9ECC5. Grayscale: #262626. Windows color (decimal): -12184774 or 3806022. OLE color: 3806022.

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

Color convert

RGB701958-
CMYK00.730.170.73
HSL314.12º57.3%17.45%-
HSV(B)314.12º72.86%27.45%-
XYZ3.522.074.22-
YUV38.7138.9150.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=47.62%
G=12.93%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70195800.730.170.73314.1257.317.45
Hex46133A049114913a3911
Octal10623720111211114727121
Binary1000110100111110100100100110001100100110011101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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