Html Css Color HEX #511741 Blackberry

📋 copy color: '#511741'

red 81 ◦ green 23 ◦ blue 65

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

Shades of Blackberry #511741

Tints of Blackberry #511741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 47.93%
G = 13.61%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511741 (or 0x511741) is known color: Blackberry. HEX triplet: 51, 17 and 41. RGB value is (81,23,65). Sum of RGB (Red+Green+Blue) = 81+23+65=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511741 is #AEE8BE. Grayscale: #2D2D2D. Windows color (decimal): -11462847 or 4265809. OLE color: 4265809.

HSL color Cylindrical-coordinate representation of color #511741: hue angle of 316.55º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511741 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 65 -
CMYK 0 0.72 0.20 0.68
HSL 316.55º 0.56% 0.2% -
HSV(B) 316.55º 0.72% 0.32% -
XYZ 4.65 2.74 5.29 -
YUV 45.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 81 23 65 0 0.72 0.20 0.68 316.55 0.56 0.2
Hex 51 17 41 0 48 14 44 13D 38 14
Octal 121 27 101 0 110 24 104 475 70 24
Binary 1010001 10111 1000001 0 1001000 10100 1000100 100111101 111000 10100

Color Harmonies of #511741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511741

Black with #511741

Text Example


Text Example

White with #511741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511741; }

 p { color: rgb(81,23,65); }

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

background-color css

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

 a { background-color: rgb(81,23,65); }

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

border-color css

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

 span { border-color: rgb(81,23,65); }

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