Html Css Color HEX #511333 Blackberry

📋 copy color: '#511333'

red 81 ◦ green 19 ◦ blue 51

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

Shades of Blackberry #511333

Tints of Blackberry #511333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.77%

R = 53.64%
G = 12.58%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#511333 (or 0x511333) is known color: Blackberry. HEX triplet: 51, 13 and 33. RGB value is (81,19,51). Sum of RGB (Red+Green+Blue) = 81+19+51=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #511333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511333 is #AEECCC. Grayscale: #292929. Windows color (decimal): -11463885 or 3347281. OLE color: 3347281.

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

Color convert

RGB 81 19 51 -
CMYK 0 0.77 0.37 0.68
HSL 329.03º 0.62% 0.2% -
HSV(B) 329.03º 0.77% 0.32% -
XYZ 4.22 2.45 3.38 -
YUV 41.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 81 19 51 0 0.77 0.37 0.68 329.03 0.62 0.2
Hex 51 13 33 0 4D 25 44 149 3E 14
Octal 121 23 63 0 115 45 104 511 76 24
Binary 1010001 10011 110011 0 1001101 100101 1000100 101001001 111110 10100

Color Harmonies of #511333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511333

Black with #511333

Text Example


Text Example

White with #511333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511333; }

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

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

background-color css

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

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

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

border-color css

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

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

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