Html Css Color HEX #520127 Blackberry

📋 copy color: '#520127'

red 82 ◦ green 1 ◦ blue 39

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

Shades of Blackberry #520127

Tints of Blackberry #520127

RGB

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

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

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

R = 67.21%
G = 0.82%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#520127 (or 0x520127) is known color: Blackberry. HEX triplet: 52, 01 and 27. RGB value is (82,1,39). Sum of RGB (Red+Green+Blue) = 82+1+39=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520127 is #ADFED8. Grayscale: #1D1D1D. Windows color (decimal): -11402969 or 2556242. OLE color: 2556242.

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

Color convert

RGB 82 1 39 -
CMYK 0 0.99 0.52 0.68
HSL 331.85º 0.98% 0.16% -
HSV(B) 331.85º 0.99% 0.32% -
XYZ 3.86 1.96 2.09 -
YUV 29.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 82 1 39 0 0.99 0.52 0.68 331.85 0.98 0.16
Hex 52 1 27 0 63 34 44 14C 62 10
Octal 122 1 47 0 143 64 104 514 142 20
Binary 1010010 1 100111 0 1100011 110100 1000100 101001100 1100010 10000

Color Harmonies of #520127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520127

Black with #520127

Text Example


Text Example

White with #520127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520127; }

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

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

background-color css

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

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

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

border-color css

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

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

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