Html Css Color HEX #521F39 Blackberry

📋 copy color: '#521F39'

red 82 ◦ green 31 ◦ blue 57

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

Shades of Blackberry #521F39

Tints of Blackberry #521F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.24%

 BLUE value IS 57 (22.66% from 255) = 33.53%

R = 48.24%
G = 18.24%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#521F39 (or 0x521F39) is known color: Blackberry. HEX triplet: 52, 1F and 39. RGB value is (82,31,57). Sum of RGB (Red+Green+Blue) = 82+31+57=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F39 is #ADE0C6. Grayscale: #313131. Windows color (decimal): -11395271 or 3743570. OLE color: 3743570.

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

Color convert

RGB 82 31 57 -
CMYK 0 0.62 0.30 0.68
HSL 329.41º 0.45% 0.22% -
HSV(B) 329.41º 0.62% 0.32% -
XYZ 4.71 3.07 4.22 -
YUV 49.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 82 31 57 0 0.62 0.30 0.68 329.41 0.45 0.22
Hex 52 1F 39 0 3E 1E 44 149 2D 16
Octal 122 37 71 0 76 36 104 511 55 26
Binary 1010010 11111 111001 0 111110 11110 1000100 101001001 101101 10110

Color Harmonies of #521F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F39

Black with #521F39

Text Example


Text Example

White with #521F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F39; }

 p { color: rgb(82,31,57); }

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

background-color css

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

 a { background-color: rgb(82,31,57); }

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

border-color css

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

 span { border-color: rgb(82,31,57); }

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