Html Css Color HEX #511332 Blackberry

📋 copy color: '#511332'

red 81 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #511332

Tints of Blackberry #511332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 54%
G = 12.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#511332 (or 0x511332) is known color: Blackberry. HEX triplet: 51, 13 and 32. RGB value is (81,19,50). Sum of RGB (Red+Green+Blue) = 81+19+50=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #511332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511332 is #AEECCD. Grayscale: #292929. Windows color (decimal): -11463886 or 3281745. OLE color: 3281745.

HSL color Cylindrical-coordinate representation of color #511332: hue angle of 330º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511332 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 50 -
CMYK 0 0.77 0.38 0.68
HSL 330º 0.62% 0.2% -
HSV(B) 330º 0.77% 0.32% -
XYZ 4.2 2.45 3.27 -
YUV 41.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 81 19 50 0 0.77 0.38 0.68 330 0.62 0.2
Hex 51 13 32 0 4D 26 44 14A 3E 14
Octal 121 23 62 0 115 46 104 512 76 24
Binary 1010001 10011 110010 0 1001101 100110 1000100 101001010 111110 10100

Color Harmonies of #511332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511332

Black with #511332

Text Example


Text Example

White with #511332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511332; }

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

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

background-color css

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

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

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

border-color css

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

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

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