Html Css Color HEX #511B39 Blackberry

📋 copy color: '#511B39'

red 81 ◦ green 27 ◦ blue 57

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

Shades of Blackberry #511B39

Tints of Blackberry #511B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.55%

R = 49.09%
G = 16.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#511B39 (or 0x511B39) is known color: Blackberry. HEX triplet: 51, 1B and 39. RGB value is (81,27,57). Sum of RGB (Red+Green+Blue) = 81+27+57=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B39 is #AEE4C6. Grayscale: #2E2E2E. Windows color (decimal): -11461831 or 3742545. OLE color: 3742545.

HSL color Cylindrical-coordinate representation of color #511B39: hue angle of 326.67º 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 #511B39 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 27 57 -
CMYK 0 0.67 0.30 0.68
HSL 326.67º 0.5% 0.21% -
HSV(B) 326.67º 0.67% 0.32% -
XYZ 4.52 2.83 4.18 -
YUV 46.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 81 27 57 0 0.67 0.30 0.68 326.67 0.5 0.21
Hex 51 1B 39 0 43 1E 44 147 32 15
Octal 121 33 71 0 103 36 104 507 62 25
Binary 1010001 11011 111001 0 1000011 11110 1000100 101000111 110010 10101

Color Harmonies of #511B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B39

Black with #511B39

Text Example


Text Example

White with #511B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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