#462138

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

Shades of Blackberry #462138

Tints of Blackberry #462138

Color information

#462138 (or 0x462138) is unknown color: approx Blackberry. HEX triplet: 46, 21 and 38. RGB value is (70,33,56). Sum of RGB (Red+Green+Blue) = 70+33+56=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462138 is #B9DEC7. Grayscale: #2E2E2E. Windows color (decimal): -12181192 or 3678534. OLE color: 3678534.

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

Color convert

RGB703356-
CMYK00.530.200.73
HSL322.7º35.92%20.2%-
HSV(B)322.7º52.86%27.45%-
XYZ3.782.684.06-
YUV46.68133.26144.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=44.03%
G=20.75%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70335600.530.200.73322.735.9220.2
Hex46213803514491432414
Octal1064170065241115034424
Binary1000110100001111000011010110100100100110100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462138; }

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

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

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

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

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

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

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

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