#510125

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

Shades of Blackberry #510125

Tints of Blackberry #510125

Color information

#510125 (or 0x510125) is unknown color: approx Blackberry. HEX triplet: 51, 01 and 25. RGB value is (81,1,37). Sum of RGB (Red+Green+Blue) = 81+1+37=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #510125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510125 is #AEFEDA. Grayscale: #1C1C1C. Windows color (decimal): -11468507 or 2425169. OLE color: 2425169.

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

Color convert

RGB81137-
CMYK00.990.540.68
HSL333º97.56%16.08%-
HSV(B)333º98.77%31.76%-
XYZ3.741.91.92-
YUV29.02132.5165.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=68.07%
G=0.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113700.990.540.6833397.5616.08
Hex51125063364414d6210
Octal12114501436610451514220
Binary10100011100101011000111101101000100101001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510125; }

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

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

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

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

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

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

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

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