#46012D

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

Shades of Blackberry #46012D

Tints of Blackberry #46012D

Color information

#46012D (or 0x46012D) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 2D. RGB value is (70,1,45). Sum of RGB (Red+Green+Blue) = 70+1+45=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46012D is #B9FED2. Grayscale: #1A1A1A. Windows color (decimal): -12189395 or 2949446. OLE color: 2949446.

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

Color convert

RGB70145-
CMYK00.990.360.73
HSL321.74º97.18%13.92%-
HSV(B)321.74º98.57%27.45%-
XYZ3.011.512.62-
YUV26.65138.36158.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=60.34%
G=0.86%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7014500.990.360.73321.7497.1813.92
Hex4612D063244914261e
Octal10615501434411150214116
Binary1000110110110101100011100100100100110100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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