Html Css Color HEX #521133 Blackberry

📋 copy color: '#521133'

red 82 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #521133

Tints of Blackberry #521133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34%

R = 54.67%
G = 11.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#521133 (or 0x521133) is known color: Blackberry. HEX triplet: 52, 11 and 33. RGB value is (82,17,51). Sum of RGB (Red+Green+Blue) = 82+17+51=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521133 is #ADEECC. Grayscale: #282828. Windows color (decimal): -11398861 or 3346770. OLE color: 3346770.

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

Color convert

RGB 82 17 51 -
CMYK 0 0.79 0.38 0.68
HSL 328.62º 0.66% 0.19% -
HSV(B) 328.62º 0.79% 0.32% -
XYZ 4.28 2.43 3.38 -
YUV 40.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 82 17 51 0 0.79 0.38 0.68 328.62 0.66 0.19
Hex 52 11 33 0 4F 26 44 149 42 13
Octal 122 21 63 0 117 46 104 511 102 23
Binary 1010010 10001 110011 0 1001111 100110 1000100 101001001 1000010 10011

Color Harmonies of #521133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521133

Black with #521133

Text Example


Text Example

White with #521133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521133; }

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

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

background-color css

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

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

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

border-color css

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

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

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