Html Css Color HEX #521033 Blackberry

📋 copy color: '#521033'

red 82 ◦ green 16 ◦ blue 51

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

Shades of Blackberry #521033

Tints of Blackberry #521033

RGB

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

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

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

R = 55.03%
G = 10.74%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#521033 (or 0x521033) is known color: Blackberry. HEX triplet: 52, 10 and 33. RGB value is (82,16,51). Sum of RGB (Red+Green+Blue) = 82+16+51=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #521033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521033 is #ADEFCC. Grayscale: #272727. Windows color (decimal): -11399117 or 3346514. OLE color: 3346514.

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

Color convert

RGB 82 16 51 -
CMYK 0 0.80 0.38 0.68
HSL 328.18º 0.67% 0.19% -
HSV(B) 328.18º 0.8% 0.32% -
XYZ 4.26 2.4 3.37 -
YUV 39.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 82 16 51 0 0.80 0.38 0.68 328.18 0.67 0.19
Hex 52 10 33 0 50 26 44 148 43 13
Octal 122 20 63 0 120 46 104 510 103 23
Binary 1010010 10000 110011 0 1010000 100110 1000100 101001000 1000011 10011

Color Harmonies of #521033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521033

Black with #521033

Text Example


Text Example

White with #521033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521033; }

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

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

background-color css

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

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

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

border-color css

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

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

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