Html Css Color HEX #521334 Blackberry

📋 copy color: '#521334'

red 82 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #521334

Tints of Blackberry #521334

RGB

 RED value IS 82 (32.42% from 255) = 53.59%

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

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

R = 53.59%
G = 12.42%
B = 33.99%

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

#521334 (or 0x521334) is known color: Blackberry. HEX triplet: 52, 13 and 34. RGB value is (82,19,52). Sum of RGB (Red+Green+Blue) = 82+19+52=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #521334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521334 is #ADECCB. Grayscale: #292929. Windows color (decimal): -11398348 or 3412818. OLE color: 3412818.

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

Color convert

RGB 82 19 52 -
CMYK 0 0.77 0.37 0.68
HSL 328.57º 0.62% 0.2% -
HSV(B) 328.57º 0.77% 0.32% -
XYZ 4.33 2.51 3.5 -
YUV 41.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 82 19 52 0 0.77 0.37 0.68 328.57 0.62 0.2
Hex 52 13 34 0 4D 25 44 149 3E 14
Octal 122 23 64 0 115 45 104 511 76 24
Binary 1010010 10011 110100 0 1001101 100101 1000100 101001001 111110 10100

Color Harmonies of #521334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521334

Black with #521334

Text Example


Text Example

White with #521334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521334; }

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

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

background-color css

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

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

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

border-color css

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

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

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