Html Css Color HEX #521740 Blackberry

📋 copy color: '#521740'

red 82 ◦ green 23 ◦ blue 64

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

Shades of Blackberry #521740

Tints of Blackberry #521740

RGB

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

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

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

R = 48.52%
G = 13.61%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#521740 (or 0x521740) is known color: Blackberry. HEX triplet: 52, 17 and 40. RGB value is (82,23,64). Sum of RGB (Red+Green+Blue) = 82+23+64=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #521740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521740 is #ADE8BF. Grayscale: #2D2D2D. Windows color (decimal): -11397312 or 4200274. OLE color: 4200274.

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

Color convert

RGB 82 23 64 -
CMYK 0 0.72 0.22 0.68
HSL 318.31º 0.56% 0.21% -
HSV(B) 318.31º 0.72% 0.32% -
XYZ 4.71 2.78 5.14 -
YUV 45.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 82 23 64 0 0.72 0.22 0.68 318.31 0.56 0.21
Hex 52 17 40 0 48 16 44 13E 38 15
Octal 122 27 100 0 110 26 104 476 70 25
Binary 1010010 10111 1000000 0 1001000 10110 1000100 100111110 111000 10101

Color Harmonies of #521740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521740

Black with #521740

Text Example


Text Example

White with #521740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521740; }

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

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

background-color css

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

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

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

border-color css

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

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

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