Html Css Color HEX #521340 Blackberry

📋 copy color: '#521340'

red 82 ◦ green 19 ◦ blue 64

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

Shades of Blackberry #521340

Tints of Blackberry #521340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 49.7%
G = 11.52%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#521340 (or 0x521340) is known color: Blackberry. HEX triplet: 52, 13 and 40. RGB value is (82,19,64). Sum of RGB (Red+Green+Blue) = 82+19+64=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521340 is #ADECBF. Grayscale: #2A2A2A. Windows color (decimal): -11398336 or 4199250. OLE color: 4199250.

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

Color convert

RGB 82 19 64 -
CMYK 0 0.77 0.22 0.68
HSL 317.14º 0.62% 0.2% -
HSV(B) 317.14º 0.77% 0.32% -
XYZ 4.64 2.63 5.11 -
YUV 42.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 82 19 64 0 0.77 0.22 0.68 317.14 0.62 0.2
Hex 52 13 40 0 4D 16 44 13D 3E 14
Octal 122 23 100 0 115 26 104 475 76 24
Binary 1010010 10011 1000000 0 1001101 10110 1000100 100111101 111110 10100

Color Harmonies of #521340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521340

Black with #521340

Text Example


Text Example

White with #521340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521340; }

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

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

background-color css

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

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

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

border-color css

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

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

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