Html Css Color HEX #511241 Blackberry

📋 copy color: '#511241'

red 81 ◦ green 18 ◦ blue 65

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

Shades of Blackberry #511241

Tints of Blackberry #511241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 49.39%
G = 10.98%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511241 (or 0x511241) is known color: Blackberry. HEX triplet: 51, 12 and 41. RGB value is (81,18,65). Sum of RGB (Red+Green+Blue) = 81+18+65=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #511241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511241 is #AEEDBE. Grayscale: #2A2A2A. Windows color (decimal): -11464127 or 4264529. OLE color: 4264529.

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

Color convert

RGB 81 18 65 -
CMYK 0 0.78 0.20 0.68
HSL 315.24º 0.64% 0.19% -
HSV(B) 315.24º 0.78% 0.32% -
XYZ 4.56 2.56 5.26 -
YUV 42.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 81 18 65 0 0.78 0.20 0.68 315.24 0.64 0.19
Hex 51 12 41 0 4E 14 44 13B 40 13
Octal 121 22 101 0 116 24 104 473 100 23
Binary 1010001 10010 1000001 0 1001110 10100 1000100 100111011 1000000 10011

Color Harmonies of #511241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511241

Black with #511241

Text Example


Text Example

White with #511241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511241; }

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

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

background-color css

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

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

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

border-color css

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

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

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