Html Css Color HEX #511334 Blackberry

📋 copy color: '#511334'

red 81 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #511334

Tints of Blackberry #511334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 34.21%

R = 53.29%
G = 12.5%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#511334 (or 0x511334) is known color: Blackberry. HEX triplet: 51, 13 and 34. RGB value is (81,19,52). Sum of RGB (Red+Green+Blue) = 81+19+52=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #511334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511334 is #AEECCB. Grayscale: #292929. Windows color (decimal): -11463884 or 3412817. OLE color: 3412817.

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

Color convert

RGB 81 19 52 -
CMYK 0 0.77 0.36 0.68
HSL 328.06º 0.62% 0.2% -
HSV(B) 328.06º 0.77% 0.32% -
XYZ 4.25 2.46 3.5 -
YUV 41.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 81 19 52 0 0.77 0.36 0.68 328.06 0.62 0.2
Hex 51 13 34 0 4D 24 44 148 3E 14
Octal 121 23 64 0 115 44 104 510 76 24
Binary 1010001 10011 110100 0 1001101 100100 1000100 101001000 111110 10100

Color Harmonies of #511334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511334

Black with #511334

Text Example


Text Example

White with #511334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511334; }

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

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

background-color css

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

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

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

border-color css

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

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

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