Html Css Color HEX #521731 Blackberry

📋 copy color: '#521731'

red 82 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #521731

Tints of Blackberry #521731

RGB

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

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

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

R = 53.25%
G = 14.94%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#521731 (or 0x521731) is known color: Blackberry. HEX triplet: 52, 17 and 31. RGB value is (82,23,49). Sum of RGB (Red+Green+Blue) = 82+23+49=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521731 is #ADE8CE. Grayscale: #2B2B2B. Windows color (decimal): -11397327 or 3217234. OLE color: 3217234.

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

Color convert

RGB 82 23 49 -
CMYK 0 0.72 0.40 0.68
HSL 333.56º 0.56% 0.21% -
HSV(B) 333.56º 0.72% 0.32% -
XYZ 4.34 2.63 3.18 -
YUV 43.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 82 23 49 0 0.72 0.40 0.68 333.56 0.56 0.21
Hex 52 17 31 0 48 28 44 14E 38 15
Octal 122 27 61 0 110 50 104 516 70 25
Binary 1010010 10111 110001 0 1001000 101000 1000100 101001110 111000 10101

Color Harmonies of #521731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521731

Black with #521731

Text Example


Text Example

White with #521731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521731; }

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

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

background-color css

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

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

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

border-color css

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

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

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