#462236

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

Shades of Blackberry #462236

Tints of Blackberry #462236

Color information

#462236 (or 0x462236) is unknown color: approx Blackberry. HEX triplet: 46, 22 and 36. RGB value is (70,34,54). Sum of RGB (Red+Green+Blue) = 70+34+54=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462236 is #B9DDC9. Grayscale: #2F2F2F. Windows color (decimal): -12180938 or 3547718. OLE color: 3547718.

HSL color Cylindrical-coordinate representation of color #462236: hue angle of 326.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 #462236 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB703454-
CMYK00.510.230.73
HSL326.67º34.62%20.39%-
HSV(B)326.67º51.43%27.45%-
XYZ3.762.713.82-
YUV47.04131.93144.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=44.30%
G=21.52%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70345400.510.230.73326.6734.6220.39
Hex46223603317491472314
Octal1064266063271115074324
Binary1000110100010110110011001110111100100110100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462236; }

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

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

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

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

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

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

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

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