Html Css Color HEX #521741 Blackberry

📋 copy color: '#521741'

red 82 ◦ green 23 ◦ blue 65

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

Shades of Blackberry #521741

Tints of Blackberry #521741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 48.24%
G = 13.53%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521741 (or 0x521741) is known color: Blackberry. HEX triplet: 52, 17 and 41. RGB value is (82,23,65). Sum of RGB (Red+Green+Blue) = 82+23+65=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521741 is #ADE8BE. Grayscale: #2D2D2D. Windows color (decimal): -11397311 or 4265810. OLE color: 4265810.

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

Color convert

RGB 82 23 65 -
CMYK 0 0.72 0.21 0.68
HSL 317.29º 0.56% 0.21% -
HSV(B) 317.29º 0.72% 0.32% -
XYZ 4.74 2.79 5.29 -
YUV 45.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 82 23 65 0 0.72 0.21 0.68 317.29 0.56 0.21
Hex 52 17 41 0 48 15 44 13D 38 15
Octal 122 27 101 0 110 25 104 475 70 25
Binary 1010010 10111 1000001 0 1001000 10101 1000100 100111101 111000 10101

Color Harmonies of #521741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521741

Black with #521741

Text Example


Text Example

White with #521741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521741; }

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

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

background-color css

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

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

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

border-color css

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

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

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