Html Css Color HEX #511737 Blackberry

📋 copy color: '#511737'

red 81 ◦ green 23 ◦ blue 55

#511737
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #511737

Tints of Blackberry #511737

RGB

 RED value IS 81 (32.03% from 255) = 50.94%

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 50.94%
G = 14.47%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#511737 (or 0x511737) is known color: Blackberry. HEX triplet: 51, 17 and 37. RGB value is (81,23,55). Sum of RGB (Red+Green+Blue) = 81+23+55=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511737 is #AEE8C8. Grayscale: #2B2B2B. Windows color (decimal): -11462857 or 3610449. OLE color: 3610449.

HSL color Cylindrical-coordinate representation of color #511737: hue angle of 326.9º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511737 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 55 -
CMYK 0 0.72 0.32 0.68
HSL 326.9º 0.56% 0.2% -
HSV(B) 326.9º 0.72% 0.32% -
XYZ 4.39 2.64 3.89 -
YUV 43.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 81 23 55 0 0.72 0.32 0.68 326.9 0.56 0.2
Hex 51 17 37 0 48 20 44 147 38 14
Octal 121 27 67 0 110 40 104 507 70 24
Binary 1010001 10111 110111 0 1001000 100000 1000100 101000111 111000 10100

Color Harmonies of #511737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511737

Black with #511737

Text Example


Text Example

White with #511737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511737; }

 p { color: rgb(81,23,55); }

 H1.HeaderClassName
 {
   color: #511737;
 }
 .AnyTagClassName
 {
   color: #511737;
 }
</style>

background-color css

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

 a { background-color: rgb(81,23,55); }

 div.DivClassName
 {
   background-color: #511737;
 }
 .BgClassName
 {
   background-color: #511737;
 }
</style>

border-color css

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

 span { border-color: rgb(81,23,55); }

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