Html Css Color HEX #520323 Blackberry

📋 copy color: '#520323'

red 82 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #520323

Tints of Blackberry #520323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

 BLUE value IS 35 (14.06% from 255) = 29.17%

R = 68.33%
G = 2.5%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#520323 (or 0x520323) is known color: Blackberry. HEX triplet: 52, 03 and 23. RGB value is (82,3,35). Sum of RGB (Red+Green+Blue) = 82+3+35=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #520323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520323 is #ADFCDC. Grayscale: #1E1E1E. Windows color (decimal): -11402461 or 2294610. OLE color: 2294610.

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

Color convert

RGB 82 3 35 -
CMYK 0 0.96 0.57 0.68
HSL 335.7º 0.93% 0.17% -
HSV(B) 335.7º 0.96% 0.32% -
XYZ 3.82 1.98 1.77 -
YUV 30.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 82 3 35 0 0.96 0.57 0.68 335.7 0.93 0.17
Hex 52 3 23 0 60 39 44 150 5D 11
Octal 122 3 43 0 140 71 104 520 135 21
Binary 1010010 11 100011 0 1100000 111001 1000100 101010000 1011101 10001

Color Harmonies of #520323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520323

Black with #520323

Text Example


Text Example

White with #520323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520323; }

 p { color: rgb(82,3,35); }

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

background-color css

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

 a { background-color: rgb(82,3,35); }

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

border-color css

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

 span { border-color: rgb(82,3,35); }

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