#460D2E

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

Shades of Blackberry #460D2E

Tints of Blackberry #460D2E

Color information

#460D2E (or 0x460D2E) is unknown color: approx Blackberry. HEX triplet: 46, 0D and 2E. RGB value is (70,13,46). Sum of RGB (Red+Green+Blue) = 70+13+46=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #460D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D2E is #B9F2D1. Grayscale: #212121. Windows color (decimal): -12186322 or 3018054. OLE color: 3018054.

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

Color convert

RGB701346-
CMYK00.810.340.73
HSL325.26º68.67%16.27%-
HSV(B)325.26º81.43%27.45%-
XYZ3.161.792.76-
YUV33.8134.88153.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=54.26%
G=10.08%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70134600.810.340.73325.2668.6716.27
Hex46D2E05122491454510
Octal106155601214211150510520
Binary10001101101101110010100011000101001001101000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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