#510B2A

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

Shades of Blackberry #510B2A

Tints of Blackberry #510B2A

Color information

#510B2A (or 0x510B2A) is unknown color: approx Blackberry. HEX triplet: 51, 0B and 2A. RGB value is (81,11,42). Sum of RGB (Red+Green+Blue) = 81+11+42=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #510B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B2A is #AEF4D5. Grayscale: #232323. Windows color (decimal): -11465942 or 2755409. OLE color: 2755409.

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

Color convert

RGB811142-
CMYK00.860.480.68
HSL333.43º76.09%18.04%-
HSV(B)333.43º86.42%31.76%-
XYZ3.932.162.4-
YUV35.46131.69160.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=60.45%
G=8.21%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81114200.860.480.68333.4376.0918.04
Hex51B2A056304414d4c12
Octal121135201266010451511422
Binary10100011011101010010101101100001000100101001101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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