Html Css Color HEX #520125 Blackberry

📋 copy color: '#520125'

red 82 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #520125

Tints of Blackberry #520125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 68.33%
G = 0.83%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#520125 (or 0x520125) is known color: Blackberry. HEX triplet: 52, 01 and 25. RGB value is (82,1,37). Sum of RGB (Red+Green+Blue) = 82+1+37=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #520125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520125 is #ADFEDA. Grayscale: #1D1D1D. Windows color (decimal): -11402971 or 2425170. OLE color: 2425170.

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

Color convert

RGB 82 1 37 -
CMYK 0 0.99 0.55 0.68
HSL 333.33º 0.98% 0.16% -
HSV(B) 333.33º 0.99% 0.32% -
XYZ 3.82 1.95 1.92 -
YUV 29.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 82 1 37 0 0.99 0.55 0.68 333.33 0.98 0.16
Hex 52 1 25 0 63 37 44 14D 62 10
Octal 122 1 45 0 143 67 104 515 142 20
Binary 1010010 1 100101 0 1100011 110111 1000100 101001101 1100010 10000

Color Harmonies of #520125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520125

Black with #520125

Text Example


Text Example

White with #520125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520125; }

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

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

background-color css

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

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

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

border-color css

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

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

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