#46051F

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

Shades of Blackberry #46051F

Tints of Blackberry #46051F

Color information

#46051F (or 0x46051F) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 1F. RGB value is (70,5,31). Sum of RGB (Red+Green+Blue) = 70+5+31=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46051F is #B9FAE0. Grayscale: #1B1B1B. Windows color (decimal): -12188385 or 2032966. OLE color: 2032966.

HSL color Cylindrical-coordinate representation of color #46051F: hue angle of 336º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46051F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB70531-
CMYK00.930.560.73
HSL336º86.67%14.71%-
HSV(B)336º92.86%27.45%-
XYZ2.831.511.44-
YUV27.4130.03158.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=66.04%
G=4.72%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053100.930.560.7333686.6714.71
Hex4651F05D384915057f
Octal10653701357011152012717
Binary10001101011111101011101111000100100110101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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