#460323

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

Shades of Blackberry #460323

Tints of Blackberry #460323

Color information

#460323 (or 0x460323) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 23. RGB value is (70,3,35). Sum of RGB (Red+Green+Blue) = 70+3+35=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460323 is #B9FCDC. Grayscale: #1A1A1A. Windows color (decimal): -12188893 or 2294598. OLE color: 2294598.

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

Color convert

RGB70335-
CMYK00.960.50.73
HSL331.34º91.78%14.31%-
HSV(B)331.34º95.71%27.45%-
XYZ2.861.491.73-
YUV26.68132.7158.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=64.81%
G=2.78%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033500.960.50.73331.3491.7814.31
Hex46323060324914b5ce
Octal10634301406211151313416
Binary10001101110001101100000110010100100110100101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460323; }

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

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

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

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

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

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

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

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