#460321

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

Shades of Blackberry #460321

Tints of Blackberry #460321

Color information

#460321 (or 0x460321) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 21. RGB value is (70,3,33). Sum of RGB (Red+Green+Blue) = 70+3+33=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #460321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460321 is #B9FCDE. Grayscale: #1A1A1A. Windows color (decimal): -12188895 or 2163526. OLE color: 2163526.

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

Color convert

RGB70333-
CMYK00.960.530.73
HSL333.13º91.78%14.31%-
HSV(B)333.13º95.71%27.45%-
XYZ2.831.481.57-
YUV26.45131.7159.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=66.04%
G=2.83%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033300.960.530.73333.1391.7814.31
Hex46321060354914d5ce
Octal10634101406511151513416
Binary10001101110000101100000110101100100110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460321; }

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

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

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

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

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

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

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

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