#46002D

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

Shades of Blackberry #46002D

Tints of Blackberry #46002D

Color information

#46002D (or 0x46002D) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 2D. RGB value is (70,0,45). Sum of RGB (Red+Green+Blue) = 70+0+45=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #46002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46002D is #B9FFD2. Grayscale: #191919. Windows color (decimal): -12189651 or 2949190. OLE color: 2949190.

HSL color Cylindrical-coordinate representation of color #46002D: hue angle of 321.43º 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 #46002D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB70045-
CMYK010.360.73
HSL321.43º100%13.73%-
HSV(B)321.43º100%27.45%-
XYZ31.492.61-
YUV26.06138.69159.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=60.87%
G=0%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70045010.360.73321.4310013.73
Hex4602D064244914164e
Octal10605501444411150114416
Binary1000110010110101100100100100100100110100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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