#460034

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

Shades of Blackberry #460034

Tints of Blackberry #460034

Color information

#460034 (or 0x460034) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 34. RGB value is (70,0,52). Sum of RGB (Red+Green+Blue) = 70+0+52=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460034 is #B9FFCB. Grayscale: #1A1A1A. Windows color (decimal): -12189644 or 3407942. OLE color: 3407942.

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

Color convert

RGB70052-
CMYK010.260.73
HSL315.43º100%13.73%-
HSV(B)315.43º100%27.45%-
XYZ3.151.553.38-
YUV26.86142.19158.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=57.38%
G=0%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70052010.260.73315.4310013.73
Hex460340641A4913b64e
Octal10606401443211147314416
Binary100011001101000110010011010100100110011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460034; }

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

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

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

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

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

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

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

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