Html Css Color HEX #521837 Blackberry

📋 copy color: '#521837'

red 82 ◦ green 24 ◦ blue 55

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

Shades of Blackberry #521837

Tints of Blackberry #521837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 50.93%
G = 14.91%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#521837 (or 0x521837) is known color: Blackberry. HEX triplet: 52, 18 and 37. RGB value is (82,24,55). Sum of RGB (Red+Green+Blue) = 82+24+55=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521837 is #ADE7C8. Grayscale: #2C2C2C. Windows color (decimal): -11397065 or 3610706. OLE color: 3610706.

HSL color Cylindrical-coordinate representation of color #521837: hue angle of 327.93º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521837 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 55 -
CMYK 0 0.71 0.33 0.68
HSL 327.93º 0.55% 0.21% -
HSV(B) 327.93º 0.71% 0.32% -
XYZ 4.5 2.72 3.9 -
YUV 44.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 82 24 55 0 0.71 0.33 0.68 327.93 0.55 0.21
Hex 52 18 37 0 47 21 44 148 37 15
Octal 122 30 67 0 107 41 104 510 67 25
Binary 1010010 11000 110111 0 1000111 100001 1000100 101001000 110111 10101

Color Harmonies of #521837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521837

Black with #521837

Text Example


Text Example

White with #521837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521837; }

 p { color: rgb(82,24,55); }

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

background-color css

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

 a { background-color: rgb(82,24,55); }

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

border-color css

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

 span { border-color: rgb(82,24,55); }

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