Html Css Color HEX #521732 Blackberry

📋 copy color: '#521732'

red 82 ◦ green 23 ◦ blue 50

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

Shades of Blackberry #521732

Tints of Blackberry #521732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 52.9%
G = 14.84%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#521732 (or 0x521732) is known color: Blackberry. HEX triplet: 52, 17 and 32. RGB value is (82,23,50). Sum of RGB (Red+Green+Blue) = 82+23+50=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521732 is #ADE8CD. Grayscale: #2B2B2B. Windows color (decimal): -11397326 or 3282770. OLE color: 3282770.

HSL color Cylindrical-coordinate representation of color #521732: hue angle of 332.54º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521732 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 50 -
CMYK 0 0.72 0.39 0.68
HSL 332.54º 0.56% 0.21% -
HSV(B) 332.54º 0.72% 0.32% -
XYZ 4.36 2.64 3.3 -
YUV 43.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 82 23 50 0 0.72 0.39 0.68 332.54 0.56 0.21
Hex 52 17 32 0 48 27 44 14D 38 15
Octal 122 27 62 0 110 47 104 515 70 25
Binary 1010010 10111 110010 0 1001000 100111 1000100 101001101 111000 10101

Color Harmonies of #521732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521732

Black with #521732

Text Example


Text Example

White with #521732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521732; }

 p { color: rgb(82,23,50); }

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

background-color css

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

 a { background-color: rgb(82,23,50); }

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

border-color css

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

 span { border-color: rgb(82,23,50); }

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