#510628

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

Shades of Blackberry #510628

Tints of Blackberry #510628

Color information

#510628 (or 0x510628) is unknown color: approx Blackberry. HEX triplet: 51, 06 and 28. RGB value is (81,6,40). Sum of RGB (Red+Green+Blue) = 81+6+40=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #510628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510628 is #AEF9D7. Grayscale: #202020. Windows color (decimal): -11467224 or 2623057. OLE color: 2623057.

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

Color convert

RGB81640-
CMYK00.930.510.68
HSL332.8º86.21%17.06%-
HSV(B)332.8º92.59%31.76%-
XYZ3.842.032.2-
YUV32.3132.35162.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=63.78%
G=4.72%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164000.930.510.68332.886.2117.06
Hex5162805D334414d5611
Octal12165001356310451512621
Binary1010001110101000010111011100111000100101001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510628; }

 p { color: rgb(81,6,40); }

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

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

 a { background-color: rgb(81,6,40); }

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

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

 span { border-color: rgb(81,6,40); }

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