Html Css Color HEX #511840 Blackberry

📋 copy color: '#511840'

red 81 ◦ green 24 ◦ blue 64

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

Shades of Blackberry #511840

Tints of Blackberry #511840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

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

R = 47.93%
G = 14.2%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#511840 (or 0x511840) is known color: Blackberry. HEX triplet: 51, 18 and 40. RGB value is (81,24,64). Sum of RGB (Red+Green+Blue) = 81+24+64=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511840 is #AEE7BF. Grayscale: #2D2D2D. Windows color (decimal): -11462592 or 4200529. OLE color: 4200529.

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

Color convert

RGB 81 24 64 -
CMYK 0 0.70 0.21 0.68
HSL 317.89º 0.54% 0.21% -
HSV(B) 317.89º 0.7% 0.32% -
XYZ 4.65 2.77 5.14 -
YUV 45.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 81 24 64 0 0.70 0.21 0.68 317.89 0.54 0.21
Hex 51 18 40 0 46 15 44 13E 36 15
Octal 121 30 100 0 106 25 104 476 66 25
Binary 1010001 11000 1000000 0 1000110 10101 1000100 100111110 110110 10101

Color Harmonies of #511840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511840

Black with #511840

Text Example


Text Example

White with #511840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511840; }

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

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

background-color css

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

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

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

border-color css

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

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

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