Html Css Color HEX #521D36 Blackberry

📋 copy color: '#521D36'

red 82 ◦ green 29 ◦ blue 54

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

Shades of Blackberry #521D36

Tints of Blackberry #521D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 49.7%
G = 17.58%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#521D36 (or 0x521D36) is known color: Blackberry. HEX triplet: 52, 1D and 36. RGB value is (82,29,54). Sum of RGB (Red+Green+Blue) = 82+29+54=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D36 is #ADE2C9. Grayscale: #2F2F2F. Windows color (decimal): -11395786 or 3546450. OLE color: 3546450.

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

Color convert

RGB 82 29 54 -
CMYK 0 0.65 0.34 0.68
HSL 331.7º 0.48% 0.22% -
HSV(B) 331.7º 0.65% 0.32% -
XYZ 4.58 2.94 3.82 -
YUV 47.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 82 29 54 0 0.65 0.34 0.68 331.7 0.48 0.22
Hex 52 1D 36 0 41 22 44 14C 30 16
Octal 122 35 66 0 101 42 104 514 60 26
Binary 1010010 11101 110110 0 1000001 100010 1000100 101001100 110000 10110

Color Harmonies of #521D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D36

Black with #521D36

Text Example


Text Example

White with #521D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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