Html Css Color HEX #520128 Blackberry

📋 copy color: '#520128'

red 82 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #520128

Tints of Blackberry #520128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 66.67%
G = 0.81%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#520128 (or 0x520128) is known color: Blackberry. HEX triplet: 52, 01 and 28. RGB value is (82,1,40). Sum of RGB (Red+Green+Blue) = 82+1+40=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520128 is #ADFED7. Grayscale: #1D1D1D. Windows color (decimal): -11402968 or 2621778. OLE color: 2621778.

HSL color Cylindrical-coordinate representation of color #520128: hue angle of 331.11º 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 #520128 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 40 -
CMYK 0 0.99 0.51 0.68
HSL 331.11º 0.98% 0.16% -
HSV(B) 331.11º 0.99% 0.32% -
XYZ 3.87 1.97 2.18 -
YUV 29.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 82 1 40 0 0.99 0.51 0.68 331.11 0.98 0.16
Hex 52 1 28 0 63 33 44 14B 62 10
Octal 122 1 50 0 143 63 104 513 142 20
Binary 1010010 1 101000 0 1100011 110011 1000100 101001011 1100010 10000

Color Harmonies of #520128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520128

Black with #520128

Text Example


Text Example

White with #520128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520128; }

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

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

background-color css

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

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

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

border-color css

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

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

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