#46021D

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

Shades of Blackberry #46021D

Tints of Blackberry #46021D

Color information

#46021D (or 0x46021D) is unknown color: approx Blackberry. HEX triplet: 46, 02 and 1D. RGB value is (70,2,29). Sum of RGB (Red+Green+Blue) = 70+2+29=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46021D is #B9FDE2. Grayscale: #191919. Windows color (decimal): -12189155 or 1901126. OLE color: 1901126.

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

Color convert

RGB70229-
CMYK00.970.590.73
HSL336.18º94.44%14.12%-
HSV(B)336.18º97.14%27.45%-
XYZ2.771.431.29-
YUV25.41130.03159.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 29 (11.72% from 255) = 28.71%
R=69.31%
G=1.98%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7022900.970.590.73336.1894.4414.12
Hex4621D0613B491505ee
Octal10623501417311152013616
Binary1000110101110101100001111011100100110101000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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