#510625

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

Shades of Blackberry #510625

Tints of Blackberry #510625

Color information

#510625 (or 0x510625) is unknown color: approx Blackberry. HEX triplet: 51, 06 and 25. RGB value is (81,6,37). Sum of RGB (Red+Green+Blue) = 81+6+37=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #510625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510625 is #AEF9DA. Grayscale: #1F1F1F. Windows color (decimal): -11467227 or 2426449. OLE color: 2426449.

HSL color Cylindrical-coordinate representation of color #510625: hue angle of 335.2º 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 #510625 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB81637-
CMYK00.930.540.68
HSL335.2º86.21%17.06%-
HSV(B)335.2º92.59%31.76%-
XYZ3.792.011.94-
YUV31.96130.85162.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=65.32%
G=4.84%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8163700.930.540.68335.286.2117.06
Hex5162505D364414f5611
Octal12164501356610451712621
Binary1010001110100101010111011101101000100101001111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510625; }

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

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

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

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

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

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

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

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