#460238

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

Shades of Blackberry #460238

Tints of Blackberry #460238

Color information

#460238 (or 0x460238) is unknown color: approx Blackberry. HEX triplet: 46, 02 and 38. RGB value is (70,2,56). Sum of RGB (Red+Green+Blue) = 70+2+56=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460238 is #B9FDC7. Grayscale: #1C1C1C. Windows color (decimal): -12189128 or 3670598. OLE color: 3670598.

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

Color convert

RGB70256-
CMYK00.970.200.73
HSL312.35º94.44%14.12%-
HSV(B)312.35º97.14%27.45%-
XYZ3.261.633.88-
YUV28.49143.53157.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=54.69%
G=1.56%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7025600.970.200.73312.3594.4414.12
Hex4623806114491385ee
Octal10627001412411147013616
Binary1000110101110000110000110100100100110011100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460238; }

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

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

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

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

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

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

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

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