Html Css Color HEX #511436 Blackberry

📋 copy color: '#511436'

red 81 ◦ green 20 ◦ blue 54

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

Shades of Blackberry #511436

Tints of Blackberry #511436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 52.26%
G = 12.9%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#511436 (or 0x511436) is known color: Blackberry. HEX triplet: 51, 14 and 36. RGB value is (81,20,54). Sum of RGB (Red+Green+Blue) = 81+20+54=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511436 is #AEEBC9. Grayscale: #2A2A2A. Windows color (decimal): -11463626 or 3544145. OLE color: 3544145.

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

Color convert

RGB 81 20 54 -
CMYK 0 0.75 0.33 0.68
HSL 326.56º 0.6% 0.2% -
HSV(B) 326.56º 0.75% 0.32% -
XYZ 4.31 2.52 3.75 -
YUV 42.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 81 20 54 0 0.75 0.33 0.68 326.56 0.6 0.2
Hex 51 14 36 0 4B 21 44 147 3C 14
Octal 121 24 66 0 113 41 104 507 74 24
Binary 1010001 10100 110110 0 1001011 100001 1000100 101000111 111100 10100

Color Harmonies of #511436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511436

Black with #511436

Text Example


Text Example

White with #511436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511436; }

 p { color: rgb(81,20,54); }

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

background-color css

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

 a { background-color: rgb(81,20,54); }

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

border-color css

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

 span { border-color: rgb(81,20,54); }

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