Html Css Color HEX #511242 Blackberry

📋 copy color: '#511242'

red 81 ◦ green 18 ◦ blue 66

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

Shades of Blackberry #511242

Tints of Blackberry #511242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40%

R = 49.09%
G = 10.91%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#511242 (or 0x511242) is known color: Blackberry. HEX triplet: 51, 12 and 42. RGB value is (81,18,66). Sum of RGB (Red+Green+Blue) = 81+18+66=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511242 is #AEEDBD. Grayscale: #2A2A2A. Windows color (decimal): -11464126 or 4330065. OLE color: 4330065.

HSL color Cylindrical-coordinate representation of color #511242: hue angle of 314.29º 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 #511242 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 18 66 -
CMYK 0 0.78 0.19 0.68
HSL 314.29º 0.64% 0.19% -
HSV(B) 314.29º 0.78% 0.32% -
XYZ 4.59 2.58 5.41 -
YUV 42.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 81 18 66 0 0.78 0.19 0.68 314.29 0.64 0.19
Hex 51 12 42 0 4E 13 44 13A 40 13
Octal 121 22 102 0 116 23 104 472 100 23
Binary 1010001 10010 1000010 0 1001110 10011 1000100 100111010 1000000 10011

Color Harmonies of #511242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511242

Black with #511242

Text Example


Text Example

White with #511242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511242; }

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

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

background-color css

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

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

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

border-color css

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

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

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