#460C2E

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

Shades of Blackberry #460C2E

Tints of Blackberry #460C2E

Color information

#460C2E (or 0x460C2E) is unknown color: approx Blackberry. HEX triplet: 46, 0C and 2E. RGB value is (70,12,46). Sum of RGB (Red+Green+Blue) = 70+12+46=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C2E is #B9F3D1. Grayscale: #212121. Windows color (decimal): -12186578 or 3017798. OLE color: 3017798.

HSL color Cylindrical-coordinate representation of color #460C2E: hue angle of 324.83º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460C2E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB701246-
CMYK00.830.340.73
HSL324.83º70.73%16.08%-
HSV(B)324.83º82.86%27.45%-
XYZ3.151.762.76-
YUV33.22135.22154.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 12 (5.08% from 255) = 9.38%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=54.69%
G=9.38%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70124600.830.340.73324.8370.7316.08
Hex46C2E05322491454710
Octal106145601234211150510720
Binary10001101100101110010100111000101001001101000101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C2E; }

 p { color: rgb(70,12,46); }

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

<style>
 a { background-color: #460C2E; }

 a { background-color: rgb(70,12,46); }

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

<style>
 span { border-color: #460C2E; }

 span { border-color: rgb(70,12,46); }

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