Html Css Color HEX #521735 Blackberry

📋 copy color: '#521735'

red 82 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #521735

Tints of Blackberry #521735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 51.9%
G = 14.56%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#521735 (or 0x521735) is known color: Blackberry. HEX triplet: 52, 17 and 35. RGB value is (82,23,53). Sum of RGB (Red+Green+Blue) = 82+23+53=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #521735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521735 is #ADE8CA. Grayscale: #2B2B2B. Windows color (decimal): -11397323 or 3479378. OLE color: 3479378.

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

Color convert

RGB 82 23 53 -
CMYK 0 0.72 0.35 0.68
HSL 329.49º 0.56% 0.21% -
HSV(B) 329.49º 0.72% 0.32% -
XYZ 4.43 2.66 3.65 -
YUV 44.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 82 23 53 0 0.72 0.35 0.68 329.49 0.56 0.21
Hex 52 17 35 0 48 23 44 149 38 15
Octal 122 27 65 0 110 43 104 511 70 25
Binary 1010010 10111 110101 0 1001000 100011 1000100 101001001 111000 10101

Color Harmonies of #521735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521735

Black with #521735

Text Example


Text Example

White with #521735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521735; }

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

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

background-color css

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

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

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

border-color css

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

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

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