Html Css Color HEX #511343 Blackberry

📋 copy color: '#511343'

red 81 ◦ green 19 ◦ blue 67

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

Shades of Blackberry #511343

Tints of Blackberry #511343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.12%

R = 48.5%
G = 11.38%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#511343 (or 0x511343) is known color: Blackberry. HEX triplet: 51, 13 and 43. RGB value is (81,19,67). Sum of RGB (Red+Green+Blue) = 81+19+67=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511343 is #AEECBC. Grayscale: #2A2A2A. Windows color (decimal): -11463869 or 4395857. OLE color: 4395857.

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

Color convert

RGB 81 19 67 -
CMYK 0 0.77 0.17 0.68
HSL 313.55º 0.62% 0.2% -
HSV(B) 313.55º 0.77% 0.32% -
XYZ 4.64 2.62 5.57 -
YUV 43.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 81 19 67 0 0.77 0.17 0.68 313.55 0.62 0.2
Hex 51 13 43 0 4D 11 44 13A 3E 14
Octal 121 23 103 0 115 21 104 472 76 24
Binary 1010001 10011 1000011 0 1001101 10001 1000100 100111010 111110 10100

Color Harmonies of #511343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511343

Black with #511343

Text Example


Text Example

White with #511343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511343; }

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

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

background-color css

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

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

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

border-color css

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

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

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