#511B35

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

Shades of Blackberry #511B35

Tints of Blackberry #511B35

Color information

#511B35 (or 0x511B35) is unknown color: approx Blackberry. HEX triplet: 51, 1B and 35. RGB value is (81,27,53). Sum of RGB (Red+Green+Blue) = 81+27+53=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B35 is #AEE4CA. Grayscale: #2E2E2E. Windows color (decimal): -11461835 or 3480401. OLE color: 3480401.

HSL color Cylindrical-coordinate representation of color #511B35: hue angle of 331.11º 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 #511B35 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB812753-
CMYK00.670.350.68
HSL331.11º50%21.18%-
HSV(B)331.11º66.67%31.76%-
XYZ4.432.793.67-
YUV46.11131.89152.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=50.31%
G=16.77%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81275300.670.350.68331.115021.18
Hex511B35043234414b3215
Octal12133650103431045136225
Binary10100011101111010101000011100011100010010100101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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