Html Css Color HEX #521742 Blackberry

📋 copy color: '#521742'

red 82 ◦ green 23 ◦ blue 66

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

Shades of Blackberry #521742

Tints of Blackberry #521742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 47.95%
G = 13.45%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#521742 (or 0x521742) is known color: Blackberry. HEX triplet: 52, 17 and 42. RGB value is (82,23,66). Sum of RGB (Red+Green+Blue) = 82+23+66=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #521742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521742 is #ADE8BD. Grayscale: #2D2D2D. Windows color (decimal): -11397310 or 4331346. OLE color: 4331346.

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

Color convert

RGB 82 23 66 -
CMYK 0 0.72 0.20 0.68
HSL 316.27º 0.56% 0.21% -
HSV(B) 316.27º 0.72% 0.32% -
XYZ 4.77 2.8 5.44 -
YUV 45.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 82 23 66 0 0.72 0.20 0.68 316.27 0.56 0.21
Hex 52 17 42 0 48 14 44 13C 38 15
Octal 122 27 102 0 110 24 104 474 70 25
Binary 1010010 10111 1000010 0 1001000 10100 1000100 100111100 111000 10101

Color Harmonies of #521742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521742

Black with #521742

Text Example


Text Example

White with #521742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521742; }

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

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

background-color css

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

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

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

border-color css

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

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

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