#460330

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

Shades of Blackberry #460330

Tints of Blackberry #460330

Color information

#460330 (or 0x460330) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 30. RGB value is (70,3,48). Sum of RGB (Red+Green+Blue) = 70+3+48=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460330 is #B9FCCF. Grayscale: #1C1C1C. Windows color (decimal): -12188880 or 3146566. OLE color: 3146566.

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

Color convert

RGB70348-
CMYK00.960.310.73
HSL319.7º91.78%14.31%-
HSV(B)319.7º95.71%27.45%-
XYZ3.091.582.94-
YUV28.16139.2157.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=57.85%
G=2.48%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7034800.960.310.73319.791.7814.31
Hex463300601F491405ce
Octal10636001403711150013416
Binary1000110111100000110000011111100100110100000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460330; }

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

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

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

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

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

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

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

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