Html Css Color HEX #511232 Blackberry

📋 copy color: '#511232'

red 81 ◦ green 18 ◦ blue 50

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

Shades of Blackberry #511232

Tints of Blackberry #511232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.56%

R = 54.36%
G = 12.08%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#511232 (or 0x511232) is known color: Blackberry. HEX triplet: 51, 12 and 32. RGB value is (81,18,50). Sum of RGB (Red+Green+Blue) = 81+18+50=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511232 is #AEEDCD. Grayscale: #282828. Windows color (decimal): -11464142 or 3281489. OLE color: 3281489.

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

Color convert

RGB 81 18 50 -
CMYK 0 0.78 0.38 0.68
HSL 329.52º 0.64% 0.19% -
HSV(B) 329.52º 0.78% 0.32% -
XYZ 4.19 2.41 3.26 -
YUV 40.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 81 18 50 0 0.78 0.38 0.68 329.52 0.64 0.19
Hex 51 12 32 0 4E 26 44 14A 40 13
Octal 121 22 62 0 116 46 104 512 100 23
Binary 1010001 10010 110010 0 1001110 100110 1000100 101001010 1000000 10011

Color Harmonies of #511232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511232

Black with #511232

Text Example


Text Example

White with #511232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511232; }

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

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

background-color css

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

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

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

border-color css

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

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

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