#460E2E

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

Shades of Blackberry #460E2E

Tints of Blackberry #460E2E

Color information

#460E2E (or 0x460E2E) is unknown color: approx Blackberry. HEX triplet: 46, 0E and 2E. RGB value is (70,14,46). Sum of RGB (Red+Green+Blue) = 70+14+46=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #460E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E2E is #B9F1D1. Grayscale: #222222. Windows color (decimal): -12186066 or 3018310. OLE color: 3018310.

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

Color convert

RGB701446-
CMYK00.800.340.73
HSL325.71º66.67%16.47%-
HSV(B)325.71º80%27.45%-
XYZ3.181.812.77-
YUV34.39134.55153.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=53.85%
G=10.77%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70144600.800.340.73325.7166.6716.47
Hex46E2E05022491464310
Octal106165601204211150610320
Binary10001101110101110010100001000101001001101000110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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