Html Css Color HEX #511636 Blackberry

📋 copy color: '#511636'

red 81 ◦ green 22 ◦ blue 54

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

Shades of Blackberry #511636

Tints of Blackberry #511636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 51.59%
G = 14.01%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#511636 (or 0x511636) is known color: Blackberry. HEX triplet: 51, 16 and 36. RGB value is (81,22,54). Sum of RGB (Red+Green+Blue) = 81+22+54=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511636 is #AEE9C9. Grayscale: #2B2B2B. Windows color (decimal): -11463114 or 3544657. OLE color: 3544657.

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

Color convert

RGB 81 22 54 -
CMYK 0 0.73 0.33 0.68
HSL 327.46º 0.57% 0.2% -
HSV(B) 327.46º 0.73% 0.32% -
XYZ 4.35 2.59 3.76 -
YUV 43.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 81 22 54 0 0.73 0.33 0.68 327.46 0.57 0.2
Hex 51 16 36 0 49 21 44 147 39 14
Octal 121 26 66 0 111 41 104 507 71 24
Binary 1010001 10110 110110 0 1001001 100001 1000100 101000111 111001 10100

Color Harmonies of #511636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511636

Black with #511636

Text Example


Text Example

White with #511636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511636; }

 p { color: rgb(81,22,54); }

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

background-color css

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

 a { background-color: rgb(81,22,54); }

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

border-color css

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

 span { border-color: rgb(81,22,54); }

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