#46093B

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

Shades of Blackberry #46093B

Tints of Blackberry #46093B

Color information

#46093B (or 0x46093B) is unknown color: approx Blackberry. HEX triplet: 46, 09 and 3B. RGB value is (70,9,59). Sum of RGB (Red+Green+Blue) = 70+9+59=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46093B is #B9F6C4. Grayscale: #202020. Windows color (decimal): -12187333 or 3868998. OLE color: 3868998.

HSL color Cylindrical-coordinate representation of color #46093B: hue angle of 310.82º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46093B is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB70959-
CMYK00.870.160.73
HSL310.82º77.22%15.49%-
HSV(B)310.82º87.14%27.45%-
XYZ3.411.814.31-
YUV32.94142.71154.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=50.72%
G=6.52%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7095900.870.160.73310.8277.2215.49
Hex4693B05710491374df
Octal106117301272011146711517
Binary100011010011110110101011110000100100110011011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46093B; }

 p { color: rgb(70,9,59); }

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

<style>
 a { background-color: #46093B; }

 a { background-color: rgb(70,9,59); }

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

<style>
 span { border-color: #46093B; }

 span { border-color: rgb(70,9,59); }

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