Html Css Color HEX #520833 Blackberry

📋 copy color: '#520833'

red 82 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #520833

Tints of Blackberry #520833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 58.16%
G = 5.67%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#520833 (or 0x520833) is known color: Blackberry. HEX triplet: 52, 08 and 33. RGB value is (82,8,51). Sum of RGB (Red+Green+Blue) = 82+8+51=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520833 is #ADF7CC. Grayscale: #222222. Windows color (decimal): -11401165 or 3344466. OLE color: 3344466.

HSL color Cylindrical-coordinate representation of color #520833: hue angle of 325.14º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520833 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 51 -
CMYK 0 0.90 0.38 0.68
HSL 325.14º 0.82% 0.18% -
HSV(B) 325.14º 0.9% 0.32% -
XYZ 4.16 2.21 3.34 -
YUV 35.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 82 8 51 0 0.90 0.38 0.68 325.14 0.82 0.18
Hex 52 8 33 0 5A 26 44 145 52 12
Octal 122 10 63 0 132 46 104 505 122 22
Binary 1010010 1000 110011 0 1011010 100110 1000100 101000101 1010010 10010

Color Harmonies of #520833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520833

Black with #520833

Text Example


Text Example

White with #520833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520833; }

 p { color: rgb(82,8,51); }

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

background-color css

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

 a { background-color: rgb(82,8,51); }

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

border-color css

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

 span { border-color: rgb(82,8,51); }

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