#462139

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

Shades of Blackberry #462139

Tints of Blackberry #462139

Color information

#462139 (or 0x462139) is unknown color: approx Blackberry. HEX triplet: 46, 21 and 39. RGB value is (70,33,57). Sum of RGB (Red+Green+Blue) = 70+33+57=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462139 is #B9DEC6. Grayscale: #2E2E2E. Windows color (decimal): -12181191 or 3744070. OLE color: 3744070.

HSL color Cylindrical-coordinate representation of color #462139: hue angle of 321.08º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462139 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB703357-
CMYK00.530.190.73
HSL321.08º35.92%20.2%-
HSV(B)321.08º52.86%27.45%-
XYZ3.812.694.19-
YUV46.8133.76144.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=43.75%
G=20.62%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70335700.530.190.73321.0835.9220.2
Hex46213903513491412414
Octal1064171065231115014424
Binary1000110100001111001011010110011100100110100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462139; }

 p { color: rgb(70,33,57); }

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

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

 a { background-color: rgb(70,33,57); }

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

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

 span { border-color: rgb(70,33,57); }

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