Html Css Color HEX #521839 Blackberry

📋 copy color: '#521839'

red 82 ◦ green 24 ◦ blue 57

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

Shades of Blackberry #521839

Tints of Blackberry #521839

RGB

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

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

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

R = 50.31%
G = 14.72%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#521839 (or 0x521839) is known color: Blackberry. HEX triplet: 52, 18 and 39. RGB value is (82,24,57). Sum of RGB (Red+Green+Blue) = 82+24+57=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521839 is #ADE7C6. Grayscale: #2D2D2D. Windows color (decimal): -11397063 or 3741778. OLE color: 3741778.

HSL color Cylindrical-coordinate representation of color #521839: hue angle of 325.86º 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 #521839 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 57 -
CMYK 0 0.71 0.30 0.68
HSL 325.86º 0.55% 0.21% -
HSV(B) 325.86º 0.71% 0.32% -
XYZ 4.54 2.74 4.16 -
YUV 45.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 82 24 57 0 0.71 0.30 0.68 325.86 0.55 0.21
Hex 52 18 39 0 47 1E 44 146 37 15
Octal 122 30 71 0 107 36 104 506 67 25
Binary 1010010 11000 111001 0 1000111 11110 1000100 101000110 110111 10101

Color Harmonies of #521839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521839

Black with #521839

Text Example


Text Example

White with #521839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521839; }

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

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

background-color css

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

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

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

border-color css

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

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

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