Html Css Color HEX #511431 Blackberry

📋 copy color: '#511431'

red 81 ◦ green 20 ◦ blue 49

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

Shades of Blackberry #511431

Tints of Blackberry #511431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 54%
G = 13.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#511431 (or 0x511431) is known color: Blackberry. HEX triplet: 51, 14 and 31. RGB value is (81,20,49). Sum of RGB (Red+Green+Blue) = 81+20+49=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #511431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511431 is #AEEBCE. Grayscale: #292929. Windows color (decimal): -11463631 or 3216465. OLE color: 3216465.

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

Color convert

RGB 81 20 49 -
CMYK 0 0.75 0.40 0.68
HSL 331.48º 0.6% 0.2% -
HSV(B) 331.48º 0.75% 0.32% -
XYZ 4.2 2.47 3.16 -
YUV 41.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 81 20 49 0 0.75 0.40 0.68 331.48 0.6 0.2
Hex 51 14 31 0 4B 28 44 14B 3C 14
Octal 121 24 61 0 113 50 104 513 74 24
Binary 1010001 10100 110001 0 1001011 101000 1000100 101001011 111100 10100

Color Harmonies of #511431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511431

Black with #511431

Text Example


Text Example

White with #511431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511431; }

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

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

background-color css

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

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

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

border-color css

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

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

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