#46061E

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

Shades of Blackberry #46061E

Tints of Blackberry #46061E

Color information

#46061E (or 0x46061E) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 1E. RGB value is (70,6,30). Sum of RGB (Red+Green+Blue) = 70+6+30=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061E is #B9F9E1. Grayscale: #1B1B1B. Windows color (decimal): -12188130 or 1967686. OLE color: 1967686.

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

Color convert

RGB70630-
CMYK00.910.570.73
HSL337.5º84.21%14.9%-
HSV(B)337.5º91.43%27.45%-
XYZ2.831.531.37-
YUV27.87129.2158.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=66.04%
G=5.66%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7063000.910.570.73337.584.2114.9
Hex4661E05B394915254f
Octal10663601337111152212417
Binary10001101101111001011011111001100100110101001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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