#510525

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

Shades of Blackberry #510525

Tints of Blackberry #510525

Color information

#510525 (or 0x510525) is unknown color: approx Blackberry. HEX triplet: 51, 05 and 25. RGB value is (81,5,37). Sum of RGB (Red+Green+Blue) = 81+5+37=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510525 is #AEFADA. Grayscale: #1F1F1F. Windows color (decimal): -11467483 or 2426193. OLE color: 2426193.

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

Color convert

RGB81537-
CMYK00.940.540.68
HSL334.74º88.37%16.86%-
HSV(B)334.74º93.83%31.76%-
XYZ3.781.991.94-
YUV31.37131.18163.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=65.85%
G=4.07%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8153700.940.540.68334.7488.3716.86
Hex5152505E364414f5811
Octal12154501366610451713021
Binary1010001101100101010111101101101000100101001111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510525; }

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

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

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

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

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

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

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

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