Html Css Color HEX #521931 Blackberry

📋 copy color: '#521931'

red 82 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #521931

Tints of Blackberry #521931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 52.56%
G = 16.03%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#521931 (or 0x521931) is known color: Blackberry. HEX triplet: 52, 19 and 31. RGB value is (82,25,49). Sum of RGB (Red+Green+Blue) = 82+25+49=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521931 is #ADE6CE. Grayscale: #2C2C2C. Windows color (decimal): -11396815 or 3217746. OLE color: 3217746.

HSL color Cylindrical-coordinate representation of color #521931: hue angle of 334.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521931 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 49 -
CMYK 0 0.70 0.40 0.68
HSL 334.74º 0.53% 0.21% -
HSV(B) 334.74º 0.7% 0.32% -
XYZ 4.38 2.71 3.2 -
YUV 44.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 82 25 49 0 0.70 0.40 0.68 334.74 0.53 0.21
Hex 52 19 31 0 46 28 44 14F 35 15
Octal 122 31 61 0 106 50 104 517 65 25
Binary 1010010 11001 110001 0 1000110 101000 1000100 101001111 110101 10101

Color Harmonies of #521931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521931

Black with #521931

Text Example


Text Example

White with #521931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521931; }

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

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

background-color css

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

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

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

border-color css

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

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

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