#46052F

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

Shades of Blackberry #46052F

Tints of Blackberry #46052F

Color information

#46052F (or 0x46052F) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 2F. RGB value is (70,5,47). Sum of RGB (Red+Green+Blue) = 70+5+47=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46052F is #B9FAD0. Grayscale: #1D1D1D. Windows color (decimal): -12188369 or 3081542. OLE color: 3081542.

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

Color convert

RGB70547-
CMYK00.930.330.73
HSL321.23º86.67%14.71%-
HSV(B)321.23º92.86%27.45%-
XYZ3.091.622.84-
YUV29.22138.03157.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=57.38%
G=4.10%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054700.930.330.73321.2386.6714.71
Hex4652F05D214914157f
Octal10655701354111150112717
Binary100011010110111101011101100001100100110100000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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