Html Css Color HEX #521431 Blackberry

📋 copy color: '#521431'

red 82 ◦ green 20 ◦ blue 49

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

Shades of Blackberry #521431

Tints of Blackberry #521431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 54.3%
G = 13.25%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#521431 (or 0x521431) is known color: Blackberry. HEX triplet: 52, 14 and 31. RGB value is (82,20,49). Sum of RGB (Red+Green+Blue) = 82+20+49=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #521431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521431 is #ADEBCE. Grayscale: #292929. Windows color (decimal): -11398095 or 3216466. OLE color: 3216466.

HSL color Cylindrical-coordinate representation of color #521431: hue angle of 331.94º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521431 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 20 49 -
CMYK 0 0.76 0.40 0.68
HSL 331.94º 0.61% 0.2% -
HSV(B) 331.94º 0.76% 0.32% -
XYZ 4.28 2.52 3.17 -
YUV 41.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 82 20 49 0 0.76 0.40 0.68 331.94 0.61 0.2
Hex 52 14 31 0 4C 28 44 14C 3D 14
Octal 122 24 61 0 114 50 104 514 75 24
Binary 1010010 10100 110001 0 1001100 101000 1000100 101001100 111101 10100

Color Harmonies of #521431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521431

Black with #521431

Text Example


Text Example

White with #521431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521431; }

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

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

background-color css

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

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

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

border-color css

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

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

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