Html Css Color HEX #521730 Blackberry

📋 copy color: '#521730'

red 82 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #521730

Tints of Blackberry #521730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.37%

R = 53.59%
G = 15.03%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#521730 (or 0x521730) is known color: Blackberry. HEX triplet: 52, 17 and 30. RGB value is (82,23,48). Sum of RGB (Red+Green+Blue) = 82+23+48=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #521730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521730 is #ADE8CF. Grayscale: #2B2B2B. Windows color (decimal): -11397328 or 3151698. OLE color: 3151698.

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

Color convert

RGB 82 23 48 -
CMYK 0 0.72 0.41 0.68
HSL 334.58º 0.56% 0.21% -
HSV(B) 334.58º 0.72% 0.32% -
XYZ 4.32 2.62 3.07 -
YUV 43.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 82 23 48 0 0.72 0.41 0.68 334.58 0.56 0.21
Hex 52 17 30 0 48 29 44 14F 38 15
Octal 122 27 60 0 110 51 104 517 70 25
Binary 1010010 10111 110000 0 1001000 101001 1000100 101001111 111000 10101

Color Harmonies of #521730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521730

Black with #521730

Text Example


Text Example

White with #521730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521730; }

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

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

background-color css

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

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

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

border-color css

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

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

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