#46013C

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

Shades of Blackberry #46013C

Tints of Blackberry #46013C

Color information

#46013C (or 0x46013C) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 3C. RGB value is (70,1,60). Sum of RGB (Red+Green+Blue) = 70+1+60=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013C is #B9FEC3. Grayscale: #1C1C1C. Windows color (decimal): -12189380 or 3932486. OLE color: 3932486.

HSL color Cylindrical-coordinate representation of color #46013C: hue angle of 308.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46013C is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB70160-
CMYK00.990.140.73
HSL308.7º97.18%13.92%-
HSV(B)308.7º98.57%27.45%-
XYZ3.351.654.42-
YUV28.36145.86157.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 60 (23.83% from 255) = 45.80%
R=53.44%
G=0.76%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7016000.990.140.73308.797.1813.92
Hex4613C063E4913561e
Octal10617401431611146514116
Binary10001101111100011000111110100100110011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,1,60); }

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

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

 a { background-color: rgb(70,1,60); }

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

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

 span { border-color: rgb(70,1,60); }

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