Html Css Color HEX #511937 Blackberry

📋 copy color: '#511937'

red 81 ◦ green 25 ◦ blue 55

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

Shades of Blackberry #511937

Tints of Blackberry #511937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 50.31%
G = 15.53%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#511937 (or 0x511937) is known color: Blackberry. HEX triplet: 51, 19 and 37. RGB value is (81,25,55). Sum of RGB (Red+Green+Blue) = 81+25+55=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511937 is #AEE6C8. Grayscale: #2D2D2D. Windows color (decimal): -11462345 or 3610961. OLE color: 3610961.

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

Color convert

RGB 81 25 55 -
CMYK 0 0.69 0.32 0.68
HSL 327.86º 0.53% 0.21% -
HSV(B) 327.86º 0.69% 0.32% -
XYZ 4.43 2.72 3.91 -
YUV 45.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 81 25 55 0 0.69 0.32 0.68 327.86 0.53 0.21
Hex 51 19 37 0 45 20 44 148 35 15
Octal 121 31 67 0 105 40 104 510 65 25
Binary 1010001 11001 110111 0 1000101 100000 1000100 101001000 110101 10101

Color Harmonies of #511937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511937

Black with #511937

Text Example


Text Example

White with #511937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511937; }

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

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

background-color css

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

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

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

border-color css

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

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

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