Html Css Color HEX #511337 Blackberry

📋 copy color: '#511337'

red 81 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #511337

Tints of Blackberry #511337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 52.26%
G = 12.26%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#511337 (or 0x511337) is known color: Blackberry. HEX triplet: 51, 13 and 37. RGB value is (81,19,55). Sum of RGB (Red+Green+Blue) = 81+19+55=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511337 is #AEECC8. Grayscale: #292929. Windows color (decimal): -11463881 or 3609425. OLE color: 3609425.

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

Color convert

RGB 81 19 55 -
CMYK 0 0.77 0.32 0.68
HSL 325.16º 0.62% 0.2% -
HSV(B) 325.16º 0.77% 0.32% -
XYZ 4.32 2.49 3.87 -
YUV 41.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 81 19 55 0 0.77 0.32 0.68 325.16 0.62 0.2
Hex 51 13 37 0 4D 20 44 145 3E 14
Octal 121 23 67 0 115 40 104 505 76 24
Binary 1010001 10011 110111 0 1001101 100000 1000100 101000101 111110 10100

Color Harmonies of #511337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511337

Black with #511337

Text Example


Text Example

White with #511337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511337; }

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

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

background-color css

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

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

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

border-color css

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

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

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