Html Css Color HEX #521935 Blackberry

📋 copy color: '#521935'

red 82 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #521935

Tints of Blackberry #521935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 51.25%
G = 15.63%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#521935 (or 0x521935) is known color: Blackberry. HEX triplet: 52, 19 and 35. RGB value is (82,25,53). Sum of RGB (Red+Green+Blue) = 82+25+53=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #521935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521935 is #ADE6CA. Grayscale: #2D2D2D. Windows color (decimal): -11396811 or 3479890. OLE color: 3479890.

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

Color convert

RGB 82 25 53 -
CMYK 0 0.70 0.35 0.68
HSL 330.53º 0.53% 0.21% -
HSV(B) 330.53º 0.7% 0.32% -
XYZ 4.47 2.75 3.66 -
YUV 45.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 82 25 53 0 0.70 0.35 0.68 330.53 0.53 0.21
Hex 52 19 35 0 46 23 44 14B 35 15
Octal 122 31 65 0 106 43 104 513 65 25
Binary 1010010 11001 110101 0 1000110 100011 1000100 101001011 110101 10101

Color Harmonies of #521935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521935

Black with #521935

Text Example


Text Example

White with #521935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521935; }

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

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

background-color css

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

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

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

border-color css

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

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

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