Html Css Color HEX #521240 Blackberry

📋 copy color: '#521240'

red 82 ◦ green 18 ◦ blue 64

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

Shades of Blackberry #521240

Tints of Blackberry #521240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 50%
G = 10.98%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#521240 (or 0x521240) is known color: Blackberry. HEX triplet: 52, 12 and 40. RGB value is (82,18,64). Sum of RGB (Red+Green+Blue) = 82+18+64=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #521240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521240 is #ADEDBF. Grayscale: #2A2A2A. Windows color (decimal): -11398592 or 4198994. OLE color: 4198994.

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

Color convert

RGB 82 18 64 -
CMYK 0 0.78 0.22 0.68
HSL 316.88º 0.64% 0.2% -
HSV(B) 316.88º 0.78% 0.32% -
XYZ 4.62 2.6 5.11 -
YUV 42.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 82 18 64 0 0.78 0.22 0.68 316.88 0.64 0.2
Hex 52 12 40 0 4E 16 44 13D 40 14
Octal 122 22 100 0 116 26 104 475 100 24
Binary 1010010 10010 1000000 0 1001110 10110 1000100 100111101 1000000 10100

Color Harmonies of #521240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521240

Black with #521240

Text Example


Text Example

White with #521240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521240; }

 p { color: rgb(82,18,64); }

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

background-color css

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

 a { background-color: rgb(82,18,64); }

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

border-color css

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

 span { border-color: rgb(82,18,64); }

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