Html Css Color HEX #511739 Blackberry

📋 copy color: '#511739'

red 81 ◦ green 23 ◦ blue 57

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

Shades of Blackberry #511739

Tints of Blackberry #511739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.4%

R = 50.31%
G = 14.29%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#511739 (or 0x511739) is known color: Blackberry. HEX triplet: 51, 17 and 39. RGB value is (81,23,57). Sum of RGB (Red+Green+Blue) = 81+23+57=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511739 is #AEE8C6. Grayscale: #2C2C2C. Windows color (decimal): -11462855 or 3741521. OLE color: 3741521.

HSL color Cylindrical-coordinate representation of color #511739: hue angle of 324.83º 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 #511739 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 57 -
CMYK 0 0.72 0.30 0.68
HSL 324.83º 0.56% 0.2% -
HSV(B) 324.83º 0.72% 0.32% -
XYZ 4.44 2.66 4.15 -
YUV 44.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 81 23 57 0 0.72 0.30 0.68 324.83 0.56 0.2
Hex 51 17 39 0 48 1E 44 145 38 14
Octal 121 27 71 0 110 36 104 505 70 24
Binary 1010001 10111 111001 0 1001000 11110 1000100 101000101 111000 10100

Color Harmonies of #511739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511739

Black with #511739

Text Example


Text Example

White with #511739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511739; }

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

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

background-color css

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

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

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

border-color css

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

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

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