#510325

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

Shades of Blackberry #510325

Tints of Blackberry #510325

Color information

#510325 (or 0x510325) is unknown color: approx Blackberry. HEX triplet: 51, 03 and 25. RGB value is (81,3,37). Sum of RGB (Red+Green+Blue) = 81+3+37=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510325 is #AEFCDA. Grayscale: #1E1E1E. Windows color (decimal): -11467995 or 2425681. OLE color: 2425681.

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

Color convert

RGB81337-
CMYK00.960.540.68
HSL333.85º92.86%16.47%-
HSV(B)333.85º96.3%31.76%-
XYZ3.761.951.93-
YUV30.2131.84164.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=66.94%
G=2.48%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133700.960.540.68333.8592.8616.47
Hex51325060364414e5d10
Octal12134501406610451613520
Binary101000111100101011000001101101000100101001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510325; }

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

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

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

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

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

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

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

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