Html Css Color HEX #521F3B Blackberry

📋 copy color: '#521F3B'

red 82 ◦ green 31 ◦ blue 59

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

Shades of Blackberry #521F3B

Tints of Blackberry #521F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.3%

R = 47.67%
G = 18.02%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#521F3B (or 0x521F3B) is known color: Blackberry. HEX triplet: 52, 1F and 3B. RGB value is (82,31,59). Sum of RGB (Red+Green+Blue) = 82+31+59=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F3B is #ADE0C4. Grayscale: #313131. Windows color (decimal): -11395269 or 3874642. OLE color: 3874642.

HSL color Cylindrical-coordinate representation of color #521F3B: hue angle of 327.06º 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 #521F3B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 59 -
CMYK 0 0.62 0.28 0.68
HSL 327.06º 0.45% 0.22% -
HSV(B) 327.06º 0.62% 0.32% -
XYZ 4.76 3.09 4.48 -
YUV 49.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 82 31 59 0 0.62 0.28 0.68 327.06 0.45 0.22
Hex 52 1F 3B 0 3E 1C 44 147 2D 16
Octal 122 37 73 0 76 34 104 507 55 26
Binary 1010010 11111 111011 0 111110 11100 1000100 101000111 101101 10110

Color Harmonies of #521F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F3B

Black with #521F3B

Text Example


Text Example

White with #521F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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