Html Css Color HEX #520227 Blackberry

📋 copy color: '#520227'

red 82 ◦ green 2 ◦ blue 39

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

Shades of Blackberry #520227

Tints of Blackberry #520227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.71%

R = 66.67%
G = 1.63%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#520227 (or 0x520227) is known color: Blackberry. HEX triplet: 52, 02 and 27. RGB value is (82,2,39). Sum of RGB (Red+Green+Blue) = 82+2+39=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520227 is #ADFDD8. Grayscale: #1E1E1E. Windows color (decimal): -11402713 or 2556498. OLE color: 2556498.

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

Color convert

RGB 82 2 39 -
CMYK 0 0.98 0.52 0.68
HSL 332.25º 0.95% 0.16% -
HSV(B) 332.25º 0.98% 0.32% -
XYZ 3.87 1.98 2.1 -
YUV 30.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 82 2 39 0 0.98 0.52 0.68 332.25 0.95 0.16
Hex 52 2 27 0 62 34 44 14C 5F 10
Octal 122 2 47 0 142 64 104 514 137 20
Binary 1010010 10 100111 0 1100010 110100 1000100 101001100 1011111 10000

Color Harmonies of #520227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520227

Black with #520227

Text Example


Text Example

White with #520227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520227; }

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

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

background-color css

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

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

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

border-color css

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

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

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