#46082C

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

Shades of Blackberry #46082C

Tints of Blackberry #46082C

Color information

#46082C (or 0x46082C) is unknown color: approx Blackberry. HEX triplet: 46, 08 and 2C. RGB value is (70,8,44). Sum of RGB (Red+Green+Blue) = 70+8+44=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46082C is #B9F7D3. Grayscale: #1E1E1E. Windows color (decimal): -12187604 or 2885702. OLE color: 2885702.

HSL color Cylindrical-coordinate representation of color #46082C: hue angle of 325.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46082C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB70844-
CMYK00.890.370.73
HSL325.16º79.49%15.29%-
HSV(B)325.16º88.57%27.45%-
XYZ3.071.662.54-
YUV30.64135.54156.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=57.38%
G=6.56%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7084400.890.370.73325.1679.4915.29
Hex4682C05925491454ff
Octal106105401314511150511717
Binary1000110100010110001011001100101100100110100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46082C; }

 p { color: rgb(70,8,44); }

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

<style>
 a { background-color: #46082C; }

 a { background-color: rgb(70,8,44); }

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

<style>
 span { border-color: #46082C; }

 span { border-color: rgb(70,8,44); }

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