Html Css Color HEX #521130 Blackberry

📋 copy color: '#521130'

red 82 ◦ green 17 ◦ blue 48

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

Shades of Blackberry #521130

Tints of Blackberry #521130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 55.78%
G = 11.56%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#521130 (or 0x521130) is known color: Blackberry. HEX triplet: 52, 11 and 30. RGB value is (82,17,48). Sum of RGB (Red+Green+Blue) = 82+17+48=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #521130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521130 is #ADEECF. Grayscale: #272727. Windows color (decimal): -11398864 or 3150162. OLE color: 3150162.

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

Color convert

RGB 82 17 48 -
CMYK 0 0.79 0.41 0.68
HSL 331.38º 0.66% 0.19% -
HSV(B) 331.38º 0.79% 0.32% -
XYZ 4.21 2.41 3.04 -
YUV 39.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 82 17 48 0 0.79 0.41 0.68 331.38 0.66 0.19
Hex 52 11 30 0 4F 29 44 14B 42 13
Octal 122 21 60 0 117 51 104 513 102 23
Binary 1010010 10001 110000 0 1001111 101001 1000100 101001011 1000010 10011

Color Harmonies of #521130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521130

Black with #521130

Text Example


Text Example

White with #521130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521130; }

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

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

background-color css

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

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

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

border-color css

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

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

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