#510725

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

Shades of Blackberry #510725

Tints of Blackberry #510725

Color information

#510725 (or 0x510725) is unknown color: approx Blackberry. HEX triplet: 51, 07 and 25. RGB value is (81,7,37). Sum of RGB (Red+Green+Blue) = 81+7+37=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510725 is #AEF8DA. Grayscale: #202020. Windows color (decimal): -11466971 or 2426705. OLE color: 2426705.

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

Color convert

RGB81737-
CMYK00.910.540.68
HSL335.68º84.09%17.25%-
HSV(B)335.68º91.36%31.76%-
XYZ3.82.031.94-
YUV32.55130.52162.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=64.8%
G=5.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8173700.910.540.68335.6884.0917.25
Hex5172505B36441505411
Octal12174501336610452012421
Binary1010001111100101010110111101101000100101010000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510725; }

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

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

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

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

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

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

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

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