Html Css Color HEX #511537 Blackberry

📋 copy color: '#511537'

red 81 ◦ green 21 ◦ blue 55

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

Shades of Blackberry #511537

Tints of Blackberry #511537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 51.59%
G = 13.38%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#511537 (or 0x511537) is known color: Blackberry. HEX triplet: 51, 15 and 37. RGB value is (81,21,55). Sum of RGB (Red+Green+Blue) = 81+21+55=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511537 is #AEEAC8. Grayscale: #2A2A2A. Windows color (decimal): -11463369 or 3609937. OLE color: 3609937.

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

Color convert

RGB 81 21 55 -
CMYK 0 0.74 0.32 0.68
HSL 326º 0.59% 0.2% -
HSV(B) 326º 0.74% 0.32% -
XYZ 4.35 2.56 3.88 -
YUV 42.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 81 21 55 0 0.74 0.32 0.68 326 0.59 0.2
Hex 51 15 37 0 4A 20 44 146 3B 14
Octal 121 25 67 0 112 40 104 506 73 24
Binary 1010001 10101 110111 0 1001010 100000 1000100 101000110 111011 10100

Color Harmonies of #511537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511537

Black with #511537

Text Example


Text Example

White with #511537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511537; }

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

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

background-color css

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

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

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

border-color css

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

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

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