Html Css Color HEX #521030 Blackberry

📋 copy color: '#521030'

red 82 ◦ green 16 ◦ blue 48

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

Shades of Blackberry #521030

Tints of Blackberry #521030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

 BLUE value IS 48 (19.14% from 255) = 32.88%

R = 56.16%
G = 10.96%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#521030 (or 0x521030) is known color: Blackberry. HEX triplet: 52, 10 and 30. RGB value is (82,16,48). Sum of RGB (Red+Green+Blue) = 82+16+48=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #521030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521030 is #ADEFCF. Grayscale: #272727. Windows color (decimal): -11399120 or 3149906. OLE color: 3149906.

HSL color Cylindrical-coordinate representation of color #521030: hue angle of 330.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521030 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 48 -
CMYK 0 0.80 0.41 0.68
HSL 330.91º 0.67% 0.19% -
HSV(B) 330.91º 0.8% 0.32% -
XYZ 4.2 2.38 3.03 -
YUV 39.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 82 16 48 0 0.80 0.41 0.68 330.91 0.67 0.19
Hex 52 10 30 0 50 29 44 14B 43 13
Octal 122 20 60 0 120 51 104 513 103 23
Binary 1010010 10000 110000 0 1010000 101001 1000100 101001011 1000011 10011

Color Harmonies of #521030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521030

Black with #521030

Text Example


Text Example

White with #521030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521030; }

 p { color: rgb(82,16,48); }

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

background-color css

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

 a { background-color: rgb(82,16,48); }

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

border-color css

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

 span { border-color: rgb(82,16,48); }

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