#46062A

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

Shades of Blackberry #46062A

Tints of Blackberry #46062A

Color information

#46062A (or 0x46062A) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 2A. RGB value is (70,6,42). Sum of RGB (Red+Green+Blue) = 70+6+42=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46062A is #B9F9D5. Grayscale: #1D1D1D. Windows color (decimal): -12188118 or 2754118. OLE color: 2754118.

HSL color Cylindrical-coordinate representation of color #46062A: hue angle of 326.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46062A is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB70642-
CMYK00.910.400.73
HSL326.25º84.21%14.9%-
HSV(B)326.25º91.43%27.45%-
XYZ3.011.62.34-
YUV29.24135.2157.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=59.32%
G=5.08%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064200.910.400.73326.2584.2114.9
Hex4662A05B284914654f
Octal10665201335011150612417
Binary100011011010101001011011101000100100110100011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46062A; }

 p { color: rgb(70,6,42); }

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

<style>
 a { background-color: #46062A; }

 a { background-color: rgb(70,6,42); }

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

<style>
 span { border-color: #46062A; }

 span { border-color: rgb(70,6,42); }

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