#46062E

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

Shades of Blackberry #46062E

Tints of Blackberry #46062E

Color information

#46062E (or 0x46062E) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 2E. RGB value is (70,6,46). Sum of RGB (Red+Green+Blue) = 70+6+46=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46062E is #B9F9D1. Grayscale: #1D1D1D. Windows color (decimal): -12188114 or 3016262. OLE color: 3016262.

HSL color Cylindrical-coordinate representation of color #46062E: hue angle of 322.5º 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 #46062E is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB70646-
CMYK00.910.340.73
HSL322.5º84.21%14.9%-
HSV(B)322.5º91.43%27.45%-
XYZ3.081.632.74-
YUV29.7137.2156.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=57.38%
G=4.92%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064600.910.340.73322.584.2114.9
Hex4662E05B224914254f
Octal10665601334211150212417
Binary100011011010111001011011100010100100110100001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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