Html Css Color HEX #511D40 Blackberry

📋 copy color: '#511D40'

red 81 ◦ green 29 ◦ blue 64

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

Shades of Blackberry #511D40

Tints of Blackberry #511D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 46.55%
G = 16.67%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#511D40 (or 0x511D40) is known color: Blackberry. HEX triplet: 51, 1D and 40. RGB value is (81,29,64). Sum of RGB (Red+Green+Blue) = 81+29+64=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D40 is #AEE2BF. Grayscale: #303030. Windows color (decimal): -11461312 or 4201809. OLE color: 4201809.

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

Color convert

RGB 81 29 64 -
CMYK 0 0.64 0.21 0.68
HSL 319.62º 0.47% 0.22% -
HSV(B) 319.62º 0.64% 0.32% -
XYZ 4.76 3 5.18 -
YUV 48.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 81 29 64 0 0.64 0.21 0.68 319.62 0.47 0.22
Hex 51 1D 40 0 40 15 44 140 2F 16
Octal 121 35 100 0 100 25 104 500 57 26
Binary 1010001 11101 1000000 0 1000000 10101 1000100 101000000 101111 10110

Color Harmonies of #511D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D40

Black with #511D40

Text Example


Text Example

White with #511D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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