#46011D

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

Shades of Blackberry #46011D

Tints of Blackberry #46011D

Color information

#46011D (or 0x46011D) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 1D. RGB value is (70,1,29). Sum of RGB (Red+Green+Blue) = 70+1+29=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46011D is #B9FEE2. Grayscale: #181818. Windows color (decimal): -12189411 or 1900870. OLE color: 1900870.

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

Color convert

RGB70129-
CMYK00.990.590.73
HSL335.65º97.18%13.92%-
HSV(B)335.65º98.57%27.45%-
XYZ2.761.411.29-
YUV24.82130.36160.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 29 (11.72% from 255) = 29%
R=70%
G=1%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7012900.990.590.73335.6597.1813.92
Hex4611D0633B4915061e
Octal10613501437311152014116
Binary100011011110101100011111011100100110101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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