#46023C

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

Shades of Blackberry #46023C

Tints of Blackberry #46023C

Color information

#46023C (or 0x46023C) is unknown color: approx Blackberry. HEX triplet: 46, 02 and 3C. RGB value is (70,2,60). Sum of RGB (Red+Green+Blue) = 70+2+60=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46023C is #B9FDC3. Grayscale: #1C1C1C. Windows color (decimal): -12189124 or 3932742. OLE color: 3932742.

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

Color convert

RGB70260-
CMYK00.970.140.73
HSL308.82º94.44%14.12%-
HSV(B)308.82º97.14%27.45%-
XYZ3.361.674.42-
YUV28.94145.53157.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=53.03%
G=1.52%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7026000.970.140.73308.8294.4414.12
Hex4623C061E491355ee
Octal10627401411611146513616
Binary100011010111100011000011110100100110011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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