Html Css Color HEX #511832 Blackberry

📋 copy color: '#511832'

red 81 ◦ green 24 ◦ blue 50

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

Shades of Blackberry #511832

Tints of Blackberry #511832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 52.26%
G = 15.48%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#511832 (or 0x511832) is known color: Blackberry. HEX triplet: 51, 18 and 32. RGB value is (81,24,50). Sum of RGB (Red+Green+Blue) = 81+24+50=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511832 is #AEE7CD. Grayscale: #2B2B2B. Windows color (decimal): -11462606 or 3283025. OLE color: 3283025.

HSL color Cylindrical-coordinate representation of color #511832: hue angle of 332.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511832 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 50 -
CMYK 0 0.70 0.38 0.68
HSL 332.63º 0.54% 0.21% -
HSV(B) 332.63º 0.7% 0.32% -
XYZ 4.3 2.63 3.3 -
YUV 44.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 81 24 50 0 0.70 0.38 0.68 332.63 0.54 0.21
Hex 51 18 32 0 46 26 44 14D 36 15
Octal 121 30 62 0 106 46 104 515 66 25
Binary 1010001 11000 110010 0 1000110 100110 1000100 101001101 110110 10101

Color Harmonies of #511832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511832

Black with #511832

Text Example


Text Example

White with #511832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511832; }

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

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

background-color css

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

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

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

border-color css

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

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

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