Html Css Color HEX #511341 Blackberry

📋 copy color: '#511341'

red 81 ◦ green 19 ◦ blue 65

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

Shades of Blackberry #511341

Tints of Blackberry #511341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 49.09%
G = 11.52%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511341 (or 0x511341) is known color: Blackberry. HEX triplet: 51, 13 and 41. RGB value is (81,19,65). Sum of RGB (Red+Green+Blue) = 81+19+65=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511341 is #AEECBE. Grayscale: #2A2A2A. Windows color (decimal): -11463871 or 4264785. OLE color: 4264785.

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

Color convert

RGB 81 19 65 -
CMYK 0 0.77 0.20 0.68
HSL 315.48º 0.62% 0.2% -
HSV(B) 315.48º 0.77% 0.32% -
XYZ 4.58 2.6 5.26 -
YUV 42.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 81 19 65 0 0.77 0.20 0.68 315.48 0.62 0.2
Hex 51 13 41 0 4D 14 44 13B 3E 14
Octal 121 23 101 0 115 24 104 473 76 24
Binary 1010001 10011 1000001 0 1001101 10100 1000100 100111011 111110 10100

Color Harmonies of #511341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511341

Black with #511341

Text Example


Text Example

White with #511341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511341; }

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

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

background-color css

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

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

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

border-color css

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

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

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