Html Css Color HEX #521D3B Blackberry

📋 copy color: '#521D3B'

red 82 ◦ green 29 ◦ blue 59

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

Shades of Blackberry #521D3B

Tints of Blackberry #521D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

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

R = 48.24%
G = 17.06%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#521D3B (or 0x521D3B) is known color: Blackberry. HEX triplet: 52, 1D and 3B. RGB value is (82,29,59). Sum of RGB (Red+Green+Blue) = 82+29+59=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D3B is #ADE2C4. Grayscale: #303030. Windows color (decimal): -11395781 or 3874130. OLE color: 3874130.

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

Color convert

RGB 82 29 59 -
CMYK 0 0.65 0.28 0.68
HSL 326.04º 0.48% 0.22% -
HSV(B) 326.04º 0.65% 0.32% -
XYZ 4.71 2.99 4.47 -
YUV 48.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 82 29 59 0 0.65 0.28 0.68 326.04 0.48 0.22
Hex 52 1D 3B 0 41 1C 44 146 30 16
Octal 122 35 73 0 101 34 104 506 60 26
Binary 1010010 11101 111011 0 1000001 11100 1000100 101000110 110000 10110

Color Harmonies of #521D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D3B

Black with #521D3B

Text Example


Text Example

White with #521D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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