Html Css Color HEX #511D39 Blackberry

📋 copy color: '#511D39'

red 81 ◦ green 29 ◦ blue 57

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

Shades of Blackberry #511D39

Tints of Blackberry #511D39

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

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

R = 48.5%
G = 17.37%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#511D39 (or 0x511D39) is known color: Blackberry. HEX triplet: 51, 1D and 39. RGB value is (81,29,57). Sum of RGB (Red+Green+Blue) = 81+29+57=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D39 is #AEE2C6. Grayscale: #2F2F2F. Windows color (decimal): -11461319 or 3743057. OLE color: 3743057.

HSL color Cylindrical-coordinate representation of color #511D39: hue angle of 327.69º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D39 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 57 -
CMYK 0 0.64 0.30 0.68
HSL 327.69º 0.47% 0.22% -
HSV(B) 327.69º 0.64% 0.32% -
XYZ 4.57 2.92 4.19 -
YUV 47.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 81 29 57 0 0.64 0.30 0.68 327.69 0.47 0.22
Hex 51 1D 39 0 40 1E 44 148 2F 16
Octal 121 35 71 0 100 36 104 510 57 26
Binary 1010001 11101 111001 0 1000000 11110 1000100 101001000 101111 10110

Color Harmonies of #511D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D39

Black with #511D39

Text Example


Text Example

White with #511D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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