#510327

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

Shades of Blackberry #510327

Tints of Blackberry #510327

Color information

#510327 (or 0x510327) is unknown color: approx Blackberry. HEX triplet: 51, 03 and 27. RGB value is (81,3,39). Sum of RGB (Red+Green+Blue) = 81+3+39=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510327 is #AEFCD8. Grayscale: #1E1E1E. Windows color (decimal): -11467993 or 2556753. OLE color: 2556753.

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

Color convert

RGB81339-
CMYK00.960.520.68
HSL332.31º92.86%16.47%-
HSV(B)332.31º96.3%31.76%-
XYZ3.791.962.1-
YUV30.43132.84164.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=65.85%
G=2.44%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133900.960.520.68332.3192.8616.47
Hex51327060344414c5d10
Octal12134701406410451413520
Binary101000111100111011000001101001000100101001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510327; }

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

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

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

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

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

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

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

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