#511D3D

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

Shades of Blackberry #511D3D

Tints of Blackberry #511D3D

Color information

#511D3D (or 0x511D3D) is unknown color: approx Blackberry. HEX triplet: 51, 1D and 3D. RGB value is (81,29,61). Sum of RGB (Red+Green+Blue) = 81+29+61=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D3D is #AEE2C2. Grayscale: #303030. Windows color (decimal): -11461315 or 4005201. OLE color: 4005201.

HSL color Cylindrical-coordinate representation of color #511D3D: hue angle of 323.08º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D3D is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB812961-
CMYK00.640.250.68
HSL323.08º47.27%21.57%-
HSV(B)323.08º64.2%31.76%-
XYZ4.682.964.74-
YUV48.2135.23151.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=47.37%
G=16.96%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81296100.640.250.68323.0847.2721.57
Hex511D3D04019441432f16
Octal12135750100311045035726
Binary1010001111011111010100000011001100010010100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,29,61); }

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

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

 a { background-color: rgb(81,29,61); }

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

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

 span { border-color: rgb(81,29,61); }

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