#460326

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

Shades of Blackberry #460326

Tints of Blackberry #460326

Color information

#460326 (or 0x460326) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 26. RGB value is (70,3,38). Sum of RGB (Red+Green+Blue) = 70+3+38=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #460326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460326 is #B9FCD9. Grayscale: #1A1A1A. Windows color (decimal): -12188890 or 2491206. OLE color: 2491206.

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

Color convert

RGB70338-
CMYK00.960.460.73
HSL328.66º91.78%14.31%-
HSV(B)328.66º95.71%27.45%-
XYZ2.911.511.97-
YUV27.02134.2158.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=63.06%
G=2.70%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033800.960.460.73328.6691.7814.31
Hex463260602E491495ce
Octal10634601405611151113416
Binary10001101110011001100000101110100100110100100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460326; }

 p { color: rgb(70,3,38); }

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

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

 a { background-color: rgb(70,3,38); }

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

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

 span { border-color: rgb(70,3,38); }

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