Html Css Color HEX #511532 Blackberry

📋 copy color: '#511532'

red 81 ◦ green 21 ◦ blue 50

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

Shades of Blackberry #511532

Tints of Blackberry #511532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 53.29%
G = 13.82%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#511532 (or 0x511532) is known color: Blackberry. HEX triplet: 51, 15 and 32. RGB value is (81,21,50). Sum of RGB (Red+Green+Blue) = 81+21+50=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #511532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511532 is #AEEACD. Grayscale: #2A2A2A. Windows color (decimal): -11463374 or 3282257. OLE color: 3282257.

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

Color convert

RGB 81 21 50 -
CMYK 0 0.74 0.38 0.68
HSL 331º 0.59% 0.2% -
HSV(B) 331º 0.74% 0.32% -
XYZ 4.24 2.52 3.28 -
YUV 42.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 81 21 50 0 0.74 0.38 0.68 331 0.59 0.2
Hex 51 15 32 0 4A 26 44 14B 3B 14
Octal 121 25 62 0 112 46 104 513 73 24
Binary 1010001 10101 110010 0 1001010 100110 1000100 101001011 111011 10100

Color Harmonies of #511532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511532

Black with #511532

Text Example


Text Example

White with #511532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511532; }

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

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

background-color css

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

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

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

border-color css

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

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

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