#46002E

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

Shades of Blackberry #46002E

Tints of Blackberry #46002E

Color information

#46002E (or 0x46002E) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 2E. RGB value is (70,0,46). Sum of RGB (Red+Green+Blue) = 70+0+46=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46002E is #B9FFD1. Grayscale: #1A1A1A. Windows color (decimal): -12189650 or 3014726. OLE color: 3014726.

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

Color convert

RGB70046-
CMYK010.340.73
HSL320.57º100%13.73%-
HSV(B)320.57º100%27.45%-
XYZ3.021.52.72-
YUV26.17139.19159.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=60.34%
G=0%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70046010.340.73320.5710013.73
Hex4602E064224914164e
Octal10605601444211150114416
Binary1000110010111001100100100010100100110100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46002E; }

 p { color: rgb(70,0,46); }

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

<style>
 a { background-color: #46002E; }

 a { background-color: rgb(70,0,46); }

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

<style>
 span { border-color: #46002E; }

 span { border-color: rgb(70,0,46); }

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