#462038

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

Shades of Blackberry #462038

Tints of Blackberry #462038

Color information

#462038 (or 0x462038) is unknown color: approx Blackberry. HEX triplet: 46, 20 and 38. RGB value is (70,32,56). Sum of RGB (Red+Green+Blue) = 70+32+56=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462038 is #B9DFC7. Grayscale: #2E2E2E. Windows color (decimal): -12181448 or 3678278. OLE color: 3678278.

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

Color convert

RGB703256-
CMYK00.540.200.73
HSL322.11º37.25%20%-
HSV(B)322.11º54.29%27.45%-
XYZ3.762.624.05-
YUV46.1133.59145.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=44.30%
G=20.25%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70325600.540.200.73322.1137.2520
Hex46203803614491422514
Octal1064070066241115024524
Binary1000110100000111000011011010100100100110100001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462038; }

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

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

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

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

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

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

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

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