Html Css Color HEX #520422 Blackberry

📋 copy color: '#520422'

red 82 ◦ green 4 ◦ blue 34

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

Shades of Blackberry #520422

Tints of Blackberry #520422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 68.33%
G = 3.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#520422 (or 0x520422) is known color: Blackberry. HEX triplet: 52, 04 and 22. RGB value is (82,4,34). Sum of RGB (Red+Green+Blue) = 82+4+34=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #520422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520422 is #ADFBDD. Grayscale: #1E1E1E. Windows color (decimal): -11402206 or 2229330. OLE color: 2229330.

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

Color convert

RGB 82 4 34 -
CMYK 0 0.95 0.59 0.68
HSL 336.92º 0.91% 0.17% -
HSV(B) 336.92º 0.95% 0.32% -
XYZ 3.81 2 1.7 -
YUV 30.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 82 4 34 0 0.95 0.59 0.68 336.92 0.91 0.17
Hex 52 4 22 0 5F 3B 44 151 5B 11
Octal 122 4 42 0 137 73 104 521 133 21
Binary 1010010 100 100010 0 1011111 111011 1000100 101010001 1011011 10001

Color Harmonies of #520422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520422

Black with #520422

Text Example


Text Example

White with #520422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520422; }

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

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

background-color css

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

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

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

border-color css

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

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

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