Html Css Color HEX #520022 Blackberry

📋 copy color: '#520022'

red 82 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #520022

Tints of Blackberry #520022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.69%
G = 0%
B = 29.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#520022 (or 0x520022) is known color: Blackberry. HEX triplet: 52, 00 and 22. RGB value is (82,0,34). Sum of RGB (Red+Green+Blue) = 82+0+34=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #520022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520022 is #ADFFDD. Grayscale: #1C1C1C. Windows color (decimal): -11403230 or 2228306. OLE color: 2228306.

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

Color convert

RGB 82 0 34 -
CMYK 0 1 0.59 0.68
HSL 335.12º 1% 0.16% -
HSV(B) 335.12º 1% 0.32% -
XYZ 3.77 1.91 1.68 -
YUV 28.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 82 0 34 0 1 0.59 0.68 335.12 1 0.16
Hex 52 0 22 0 64 3B 44 14F 64 10
Octal 122 0 42 0 144 73 104 517 144 20
Binary 1010010 0 100010 0 1100100 111011 1000100 101001111 1100100 10000

Color Harmonies of #520022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520022

Black with #520022

Text Example


Text Example

White with #520022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520022; }

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

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

background-color css

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

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

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

border-color css

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

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

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