Html Css Color HEX #511732 Blackberry

📋 copy color: '#511732'

red 81 ◦ green 23 ◦ blue 50

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

Shades of Blackberry #511732

Tints of Blackberry #511732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 52.6%
G = 14.94%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#511732 (or 0x511732) is known color: Blackberry. HEX triplet: 51, 17 and 32. RGB value is (81,23,50). Sum of RGB (Red+Green+Blue) = 81+23+50=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511732 is #AEE8CD. Grayscale: #2B2B2B. Windows color (decimal): -11462862 or 3282769. OLE color: 3282769.

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

Color convert

RGB 81 23 50 -
CMYK 0 0.72 0.38 0.68
HSL 332.07º 0.56% 0.2% -
HSV(B) 332.07º 0.72% 0.32% -
XYZ 4.28 2.59 3.29 -
YUV 43.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 81 23 50 0 0.72 0.38 0.68 332.07 0.56 0.2
Hex 51 17 32 0 48 26 44 14C 38 14
Octal 121 27 62 0 110 46 104 514 70 24
Binary 1010001 10111 110010 0 1001000 100110 1000100 101001100 111000 10100

Color Harmonies of #511732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511732

Black with #511732

Text Example


Text Example

White with #511732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511732; }

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

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

background-color css

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

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

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

border-color css

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

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

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