#460129

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

Shades of Blackberry #460129

Tints of Blackberry #460129

Color information

#460129 (or 0x460129) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 29. RGB value is (70,1,41). Sum of RGB (Red+Green+Blue) = 70+1+41=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460129 is #B9FED6. Grayscale: #1A1A1A. Windows color (decimal): -12189399 or 2687302. OLE color: 2687302.

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

Color convert

RGB70141-
CMYK00.990.410.73
HSL325.22º97.18%13.92%-
HSV(B)325.22º98.57%27.45%-
XYZ2.941.482.23-
YUV26.19136.36159.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=62.5%
G=0.89%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7014100.990.410.73325.2297.1813.92
Hex46129063294914561e
Octal10615101435111150514116
Binary1000110110100101100011101001100100110100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460129; }

 p { color: rgb(70,1,41); }

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

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

 a { background-color: rgb(70,1,41); }

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

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

 span { border-color: rgb(70,1,41); }

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