Html Css Color HEX #521941 Blackberry

📋 copy color: '#521941'

red 82 ◦ green 25 ◦ blue 65

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

Shades of Blackberry #521941

Tints of Blackberry #521941

RGB

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

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

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

R = 47.67%
G = 14.53%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521941 (or 0x521941) is known color: Blackberry. HEX triplet: 52, 19 and 41. RGB value is (82,25,65). Sum of RGB (Red+Green+Blue) = 82+25+65=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521941 is #ADE6BE. Grayscale: #2E2E2E. Windows color (decimal): -11396799 or 4266322. OLE color: 4266322.

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

Color convert

RGB 82 25 65 -
CMYK 0 0.70 0.21 0.68
HSL 317.89º 0.53% 0.21% -
HSV(B) 317.89º 0.7% 0.32% -
XYZ 4.78 2.87 5.3 -
YUV 46.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 82 25 65 0 0.70 0.21 0.68 317.89 0.53 0.21
Hex 52 19 41 0 46 15 44 13E 35 15
Octal 122 31 101 0 106 25 104 476 65 25
Binary 1010010 11001 1000001 0 1000110 10101 1000100 100111110 110101 10101

Color Harmonies of #521941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521941

Black with #521941

Text Example


Text Example

White with #521941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521941; }

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

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

background-color css

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

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

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

border-color css

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

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

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