#510127

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

Shades of Blackberry #510127

Tints of Blackberry #510127

Color information

#510127 (or 0x510127) is unknown color: approx Blackberry. HEX triplet: 51, 01 and 27. RGB value is (81,1,39). Sum of RGB (Red+Green+Blue) = 81+1+39=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510127 is #AEFED8. Grayscale: #1D1D1D. Windows color (decimal): -11468505 or 2556241. OLE color: 2556241.

HSL color Cylindrical-coordinate representation of color #510127: hue angle of 331.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510127 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB81139-
CMYK00.990.520.68
HSL331.5º97.56%16.08%-
HSV(B)331.5º98.77%31.76%-
XYZ3.771.922.09-
YUV29.25133.5164.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=66.94%
G=0.83%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113900.990.520.68331.597.5616.08
Hex51127063344414c6210
Octal12114701436410451414220
Binary10100011100111011000111101001000100101001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510127; }

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

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

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

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

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

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

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

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