Html Css Color HEX #511139 Blackberry

📋 copy color: '#511139'

red 81 ◦ green 17 ◦ blue 57

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

Shades of Blackberry #511139

Tints of Blackberry #511139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 52.26%
G = 10.97%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#511139 (or 0x511139) is known color: Blackberry. HEX triplet: 51, 11 and 39. RGB value is (81,17,57). Sum of RGB (Red+Green+Blue) = 81+17+57=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511139 is #AEEEC6. Grayscale: #282828. Windows color (decimal): -11464391 or 3739985. OLE color: 3739985.

HSL color Cylindrical-coordinate representation of color #511139: hue angle of 322.5º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511139 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 17 57 -
CMYK 0 0.79 0.30 0.68
HSL 322.5º 0.65% 0.19% -
HSV(B) 322.5º 0.79% 0.32% -
XYZ 4.33 2.45 4.11 -
YUV 40.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 81 17 57 0 0.79 0.30 0.68 322.5 0.65 0.19
Hex 51 11 39 0 4F 1E 44 142 41 13
Octal 121 21 71 0 117 36 104 502 101 23
Binary 1010001 10001 111001 0 1001111 11110 1000100 101000010 1000001 10011

Color Harmonies of #511139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511139

Black with #511139

Text Example


Text Example

White with #511139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511139; }

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

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

background-color css

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

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

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

border-color css

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

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

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