Html Css Color HEX #511541 Blackberry

📋 copy color: '#511541'

red 81 ◦ green 21 ◦ blue 65

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

Shades of Blackberry #511541

Tints of Blackberry #511541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

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

R = 48.5%
G = 12.57%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511541 (or 0x511541) is known color: Blackberry. HEX triplet: 51, 15 and 41. RGB value is (81,21,65). Sum of RGB (Red+Green+Blue) = 81+21+65=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511541 is #AEEABE. Grayscale: #2B2B2B. Windows color (decimal): -11463359 or 4265297. OLE color: 4265297.

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

Color convert

RGB 81 21 65 -
CMYK 0 0.74 0.20 0.68
HSL 316º 0.59% 0.2% -
HSV(B) 316º 0.74% 0.32% -
XYZ 4.62 2.67 5.27 -
YUV 43.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 81 21 65 0 0.74 0.20 0.68 316 0.59 0.2
Hex 51 15 41 0 4A 14 44 13C 3B 14
Octal 121 25 101 0 112 24 104 474 73 24
Binary 1010001 10101 1000001 0 1001010 10100 1000100 100111100 111011 10100

Color Harmonies of #511541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511541

Black with #511541

Text Example


Text Example

White with #511541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511541; }

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

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

background-color css

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

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

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

border-color css

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

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

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