#462239

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

Shades of Blackberry #462239

Tints of Blackberry #462239

Color information

#462239 (or 0x462239) is unknown color: approx Blackberry. HEX triplet: 46, 22 and 39. RGB value is (70,34,57). Sum of RGB (Red+Green+Blue) = 70+34+57=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462239 is #B9DDC6. Grayscale: #2F2F2F. Windows color (decimal): -12180935 or 3744326. OLE color: 3744326.

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

Color convert

RGB703457-
CMYK00.510.190.73
HSL321.67º34.62%20.39%-
HSV(B)321.67º51.43%27.45%-
XYZ3.842.744.2-
YUV47.39133.43144.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=43.48%
G=21.12%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70345700.510.190.73321.6734.6220.39
Hex46223903313491422314
Octal1064271063231115024324
Binary1000110100010111001011001110011100100110100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462239; }

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

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

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

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

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

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

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

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