#460127

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

Shades of Blackberry #460127

Tints of Blackberry #460127

Color information

#460127 (or 0x460127) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 27. RGB value is (70,1,39). Sum of RGB (Red+Green+Blue) = 70+1+39=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460127 is #B9FED8. Grayscale: #191919. Windows color (decimal): -12189401 or 2556230. OLE color: 2556230.

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

Color convert

RGB70139-
CMYK00.990.440.73
HSL326.96º97.18%13.92%-
HSV(B)326.96º98.57%27.45%-
XYZ2.91.472.05-
YUV25.96135.36159.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=63.64%
G=0.91%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7013900.990.440.73326.9697.1813.92
Hex461270632C4914761e
Octal10614701435411150714116
Binary1000110110011101100011101100100100110100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460127; }

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

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

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

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

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

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

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

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