#511C3D

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

Shades of Blackberry #511C3D

Tints of Blackberry #511C3D

Color information

#511C3D (or 0x511C3D) is unknown color: approx Blackberry. HEX triplet: 51, 1C and 3D. RGB value is (81,28,61). Sum of RGB (Red+Green+Blue) = 81+28+61=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C3D is #AEE3C2. Grayscale: #2F2F2F. Windows color (decimal): -11461571 or 4004945. OLE color: 4004945.

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

Color convert

RGB812861-
CMYK00.650.250.68
HSL322.64º48.62%21.37%-
HSV(B)322.64º65.43%31.76%-
XYZ4.652.924.73-
YUV47.61135.56151.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=47.65%
G=16.47%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81286100.650.250.68322.6448.6221.37
Hex511C3D04119441433115
Octal12134750101311045036125
Binary1010001111001111010100000111001100010010100001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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