#510A2A

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

Shades of Blackberry #510A2A

Tints of Blackberry #510A2A

Color information

#510A2A (or 0x510A2A) is unknown color: approx Blackberry. HEX triplet: 51, 0A and 2A. RGB value is (81,10,42). Sum of RGB (Red+Green+Blue) = 81+10+42=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #510A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A2A is #AEF5D5. Grayscale: #222222. Windows color (decimal): -11466198 or 2755153. OLE color: 2755153.

HSL color Cylindrical-coordinate representation of color #510A2A: hue angle of 332.96º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A2A is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB811042-
CMYK00.880.480.68
HSL332.96º78.02%17.84%-
HSV(B)332.96º87.65%31.76%-
XYZ3.922.132.4-
YUV34.88132.02160.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=60.90%
G=7.52%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81104200.880.480.68332.9678.0217.84
Hex51A2A058304414d4e12
Octal121125201306010451511622
Binary10100011010101010010110001100001000100101001101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510A2A; }

 p { color: rgb(81,10,42); }

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

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

 a { background-color: rgb(81,10,42); }

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

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

 span { border-color: rgb(81,10,42); }

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