#46041D

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

Shades of Blackberry #46041D

Tints of Blackberry #46041D

Color information

#46041D (or 0x46041D) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 1D. RGB value is (70,4,29). Sum of RGB (Red+Green+Blue) = 70+4+29=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46041D is #B9FBE2. Grayscale: #1A1A1A. Windows color (decimal): -12188643 or 1901638. OLE color: 1901638.

HSL color Cylindrical-coordinate representation of color #46041D: hue angle of 337.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46041D is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB70429-
CMYK00.940.590.73
HSL337.27º89.19%14.51%-
HSV(B)337.27º94.29%27.45%-
XYZ2.791.481.3-
YUV26.58129.37158.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=67.96%
G=3.88%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042900.940.590.73337.2789.1914.51
Hex4641D05E3B4915159f
Octal10643501367311152113117
Binary10001101001110101011110111011100100110101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,4,29); }

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

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

 a { background-color: rgb(70,4,29); }

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

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

 span { border-color: rgb(70,4,29); }

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