#510727

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

Shades of Blackberry #510727

Tints of Blackberry #510727

Color information

#510727 (or 0x510727) is unknown color: approx Blackberry. HEX triplet: 51, 07 and 27. RGB value is (81,7,39). Sum of RGB (Red+Green+Blue) = 81+7+39=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #510727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510727 is #AEF8D8. Grayscale: #202020. Windows color (decimal): -11466969 or 2557777. OLE color: 2557777.

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

Color convert

RGB81739-
CMYK00.910.520.68
HSL334.05º84.09%17.25%-
HSV(B)334.05º91.36%31.76%-
XYZ3.842.052.11-
YUV32.77131.52162.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=63.78%
G=5.51%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8173900.910.520.68334.0584.0917.25
Hex5172705B344414e5411
Octal12174701336410451612421
Binary1010001111100111010110111101001000100101001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510727; }

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

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

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

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

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

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

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

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