Html Css Color HEX #521535 Blackberry

📋 copy color: '#521535'

red 82 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #521535

Tints of Blackberry #521535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

 BLUE value IS 53 (21.09% from 255) = 33.97%

R = 52.56%
G = 13.46%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#521535 (or 0x521535) is known color: Blackberry. HEX triplet: 52, 15 and 35. RGB value is (82,21,53). Sum of RGB (Red+Green+Blue) = 82+21+53=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521535 is #ADEACA. Grayscale: #2A2A2A. Windows color (decimal): -11397835 or 3478866. OLE color: 3478866.

HSL color Cylindrical-coordinate representation of color #521535: hue angle of 328.52º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521535 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 21 53 -
CMYK 0 0.74 0.35 0.68
HSL 328.52º 0.59% 0.2% -
HSV(B) 328.52º 0.74% 0.32% -
XYZ 4.39 2.59 3.64 -
YUV 42.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 82 21 53 0 0.74 0.35 0.68 328.52 0.59 0.2
Hex 52 15 35 0 4A 23 44 149 3B 14
Octal 122 25 65 0 112 43 104 511 73 24
Binary 1010010 10101 110101 0 1001010 100011 1000100 101001001 111011 10100

Color Harmonies of #521535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521535

Black with #521535

Text Example


Text Example

White with #521535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521535; }

 p { color: rgb(82,21,53); }

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

background-color css

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

 a { background-color: rgb(82,21,53); }

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

border-color css

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

 span { border-color: rgb(82,21,53); }

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