Html Css Color HEX #521341 Blackberry

📋 copy color: '#521341'

red 82 ◦ green 19 ◦ blue 65

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

Shades of Blackberry #521341

Tints of Blackberry #521341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 49.4%
G = 11.45%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521341 (or 0x521341) is known color: Blackberry. HEX triplet: 52, 13 and 41. RGB value is (82,19,65). Sum of RGB (Red+Green+Blue) = 82+19+65=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #521341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521341 is #ADECBE. Grayscale: #2A2A2A. Windows color (decimal): -11398335 or 4264786. OLE color: 4264786.

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

Color convert

RGB 82 19 65 -
CMYK 0 0.77 0.21 0.68
HSL 316.19º 0.62% 0.2% -
HSV(B) 316.19º 0.77% 0.32% -
XYZ 4.67 2.64 5.26 -
YUV 43.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 82 19 65 0 0.77 0.21 0.68 316.19 0.62 0.2
Hex 52 13 41 0 4D 15 44 13C 3E 14
Octal 122 23 101 0 115 25 104 474 76 24
Binary 1010010 10011 1000001 0 1001101 10101 1000100 100111100 111110 10100

Color Harmonies of #521341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521341

Black with #521341

Text Example


Text Example

White with #521341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521341; }

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

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

background-color css

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

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

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

border-color css

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

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

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