#460F27

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

Shades of Blackberry #460F27

Tints of Blackberry #460F27

Color information

#460F27 (or 0x460F27) is unknown color: approx Blackberry. HEX triplet: 46, 0F and 27. RGB value is (70,15,39). Sum of RGB (Red+Green+Blue) = 70+15+39=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #460F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F27 is #B9F0D8. Grayscale: #222222. Windows color (decimal): -12185817 or 2559814. OLE color: 2559814.

HSL color Cylindrical-coordinate representation of color #460F27: hue angle of 333.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F27 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB701539-
CMYK00.790.440.73
HSL333.82º64.71%16.67%-
HSV(B)333.82º78.57%27.45%-
XYZ3.061.792.1-
YUV34.18130.72153.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=56.45%
G=12.10%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70153900.790.440.73333.8264.7116.67
Hex46F2704F2C4914e4111
Octal106174701175411151610121
Binary10001101111100111010011111011001001001101001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,39); }

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

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

 a { background-color: rgb(70,15,39); }

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

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

 span { border-color: rgb(70,15,39); }

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