Html Css Color HEX #511B37 Blackberry

📋 copy color: '#511B37'

red 81 ◦ green 27 ◦ blue 55

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

Shades of Blackberry #511B37

Tints of Blackberry #511B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

 BLUE value IS 55 (21.88% from 255) = 33.74%

R = 49.69%
G = 16.56%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#511B37 (or 0x511B37) is known color: Blackberry. HEX triplet: 51, 1B and 37. RGB value is (81,27,55). Sum of RGB (Red+Green+Blue) = 81+27+55=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #511B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B37 is #AEE4C8. Grayscale: #2E2E2E. Windows color (decimal): -11461833 or 3611473. OLE color: 3611473.

HSL color Cylindrical-coordinate representation of color #511B37: hue angle of 328.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B37 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 55 -
CMYK 0 0.67 0.32 0.68
HSL 328.89º 0.5% 0.21% -
HSV(B) 328.89º 0.67% 0.32% -
XYZ 4.47 2.81 3.92 -
YUV 46.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 81 27 55 0 0.67 0.32 0.68 328.89 0.5 0.21
Hex 51 1B 37 0 43 20 44 149 32 15
Octal 121 33 67 0 103 40 104 511 62 25
Binary 1010001 11011 110111 0 1000011 100000 1000100 101001001 110010 10101

Color Harmonies of #511B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B37

Black with #511B37

Text Example


Text Example

White with #511B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511B37; }

 p { color: rgb(81,27,55); }

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

background-color css

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

 a { background-color: rgb(81,27,55); }

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

border-color css

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

 span { border-color: rgb(81,27,55); }

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