Html Css Color HEX #511239 Blackberry

📋 copy color: '#511239'

red 81 ◦ green 18 ◦ blue 57

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

Shades of Blackberry #511239

Tints of Blackberry #511239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 51.92%
G = 11.54%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#511239 (or 0x511239) is known color: Blackberry. HEX triplet: 51, 12 and 39. RGB value is (81,18,57). Sum of RGB (Red+Green+Blue) = 81+18+57=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511239 is #AEEDC6. Grayscale: #292929. Windows color (decimal): -11464135 or 3740241. OLE color: 3740241.

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

Color convert

RGB 81 18 57 -
CMYK 0 0.78 0.30 0.68
HSL 322.86º 0.64% 0.19% -
HSV(B) 322.86º 0.78% 0.32% -
XYZ 4.35 2.48 4.12 -
YUV 41.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 81 18 57 0 0.78 0.30 0.68 322.86 0.64 0.19
Hex 51 12 39 0 4E 1E 44 143 40 13
Octal 121 22 71 0 116 36 104 503 100 23
Binary 1010001 10010 111001 0 1001110 11110 1000100 101000011 1000000 10011

Color Harmonies of #511239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511239

Black with #511239

Text Example


Text Example

White with #511239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511239; }

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

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

background-color css

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

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

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

border-color css

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

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

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