#46061F

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

Shades of Blackberry #46061F

Tints of Blackberry #46061F

Color information

#46061F (or 0x46061F) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 1F. RGB value is (70,6,31). Sum of RGB (Red+Green+Blue) = 70+6+31=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #46061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061F is #B9F9E0. Grayscale: #1B1B1B. Windows color (decimal): -12188129 or 2033222. OLE color: 2033222.

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

Color convert

RGB70631-
CMYK00.910.560.73
HSL336.56º84.21%14.9%-
HSV(B)336.56º91.43%27.45%-
XYZ2.841.531.44-
YUV27.99129.7157.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=65.42%
G=5.61%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7063100.910.560.73336.5684.2114.9
Hex4661F05B384915154f
Octal10663701337011152112417
Binary10001101101111101011011111000100100110101000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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