Html Css Color HEX #520225 Blackberry

📋 copy color: '#520225'

red 82 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #520225

Tints of Blackberry #520225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 67.77%
G = 1.65%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#520225 (or 0x520225) is known color: Blackberry. HEX triplet: 52, 02 and 25. RGB value is (82,2,37). Sum of RGB (Red+Green+Blue) = 82+2+37=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520225 is #ADFDDA. Grayscale: #1D1D1D. Windows color (decimal): -11402715 or 2425426. OLE color: 2425426.

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

Color convert

RGB 82 2 37 -
CMYK 0 0.98 0.55 0.68
HSL 333.75º 0.95% 0.16% -
HSV(B) 333.75º 0.98% 0.32% -
XYZ 3.84 1.97 1.93 -
YUV 29.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 82 2 37 0 0.98 0.55 0.68 333.75 0.95 0.16
Hex 52 2 25 0 62 37 44 14E 5F 10
Octal 122 2 45 0 142 67 104 516 137 20
Binary 1010010 10 100101 0 1100010 110111 1000100 101001110 1011111 10000

Color Harmonies of #520225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520225

Black with #520225

Text Example


Text Example

White with #520225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520225; }

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

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

background-color css

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

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

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

border-color css

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

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

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