Html Css Color HEX #520122 Blackberry

📋 copy color: '#520122'

red 82 ◦ green 1 ◦ blue 34

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

Shades of Blackberry #520122

Tints of Blackberry #520122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 34 (13.67% from 255) = 29.06%

R = 70.09%
G = 0.85%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#520122 (or 0x520122) is known color: Blackberry. HEX triplet: 52, 01 and 22. RGB value is (82,1,34). Sum of RGB (Red+Green+Blue) = 82+1+34=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #520122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520122 is #ADFEDD. Grayscale: #1C1C1C. Windows color (decimal): -11402974 or 2228562. OLE color: 2228562.

HSL color Cylindrical-coordinate representation of color #520122: hue angle of 335.56º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520122 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 34 -
CMYK 0 0.99 0.59 0.68
HSL 335.56º 0.98% 0.16% -
HSV(B) 335.56º 0.99% 0.32% -
XYZ 3.78 1.93 1.69 -
YUV 28.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 82 1 34 0 0.99 0.59 0.68 335.56 0.98 0.16
Hex 52 1 22 0 63 3B 44 150 62 10
Octal 122 1 42 0 143 73 104 520 142 20
Binary 1010010 1 100010 0 1100011 111011 1000100 101010000 1100010 10000

Color Harmonies of #520122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520122

Black with #520122

Text Example


Text Example

White with #520122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520122; }

 p { color: rgb(82,1,34); }

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

background-color css

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

 a { background-color: rgb(82,1,34); }

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

border-color css

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

 span { border-color: rgb(82,1,34); }

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