#511B3A

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

Shades of Blackberry #511B3A

Tints of Blackberry #511B3A

Color information

#511B3A (or 0x511B3A) is unknown color: approx Blackberry. HEX triplet: 51, 1B and 3A. RGB value is (81,27,58). Sum of RGB (Red+Green+Blue) = 81+27+58=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B3A is #AEE4C5. Grayscale: #2E2E2E. Windows color (decimal): -11461830 or 3808081. OLE color: 3808081.

HSL color Cylindrical-coordinate representation of color #511B3A: hue angle of 325.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B3A is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB812758-
CMYK00.670.280.68
HSL325.56º50%21.18%-
HSV(B)325.56º66.67%31.76%-
XYZ4.552.844.31-
YUV46.68134.39152.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=48.80%
G=16.27%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81275800.670.280.68325.565021.18
Hex511B3A0431C441463215
Octal12133720103341045066225
Binary1010001110111110100100001111100100010010100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511B3A; }

 p { color: rgb(81,27,58); }

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

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

 a { background-color: rgb(81,27,58); }

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

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

 span { border-color: rgb(81,27,58); }

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