#460D2F

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

Shades of Blackberry #460D2F

Tints of Blackberry #460D2F

Color information

#460D2F (or 0x460D2F) is unknown color: approx Blackberry. HEX triplet: 46, 0D and 2F. RGB value is (70,13,47). Sum of RGB (Red+Green+Blue) = 70+13+47=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #460D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D2F is #B9F2D0. Grayscale: #212121. Windows color (decimal): -12186321 or 3083590. OLE color: 3083590.

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

Color convert

RGB701347-
CMYK00.810.330.73
HSL324.21º68.67%16.27%-
HSV(B)324.21º81.43%27.45%-
XYZ3.181.82.87-
YUV33.92135.38153.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=53.85%
G=10%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70134700.810.330.73324.2168.6716.27
Hex46D2F05121491444510
Octal106155701214111150410520
Binary10001101101101111010100011000011001001101000100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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