#462134

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

Shades of Blackberry #462134

Tints of Blackberry #462134

Color information

#462134 (or 0x462134) is unknown color: approx Blackberry. HEX triplet: 46, 21 and 34. RGB value is (70,33,52). Sum of RGB (Red+Green+Blue) = 70+33+52=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462134 is #B9DECB. Grayscale: #2E2E2E. Windows color (decimal): -12181196 or 3416390. OLE color: 3416390.

HSL color Cylindrical-coordinate representation of color #462134: hue angle of 329.19º 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 #462134 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB703352-
CMYK00.530.260.73
HSL329.19º35.92%20.2%-
HSV(B)329.19º52.86%27.45%-
XYZ3.692.643.56-
YUV46.23131.26144.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=45.16%
G=21.29%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70335200.530.260.73329.1935.9220.2
Hex4621340351A491492414
Octal1064164065321115114424
Binary1000110100001110100011010111010100100110100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462134; }

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

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

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

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

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

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

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

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