Html Css Color HEX #521B41 Blackberry

📋 copy color: '#521B41'

red 82 ◦ green 27 ◦ blue 65

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

Shades of Blackberry #521B41

Tints of Blackberry #521B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

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

R = 47.13%
G = 15.52%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521B41 (or 0x521B41) is known color: Blackberry. HEX triplet: 52, 1B and 41. RGB value is (82,27,65). Sum of RGB (Red+Green+Blue) = 82+27+65=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B41 is #ADE4BE. Grayscale: #2F2F2F. Windows color (decimal): -11396287 or 4266834. OLE color: 4266834.

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

Color convert

RGB 82 27 65 -
CMYK 0 0.67 0.21 0.68
HSL 318.55º 0.5% 0.21% -
HSV(B) 318.55º 0.67% 0.32% -
XYZ 4.83 2.96 5.32 -
YUV 47.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 82 27 65 0 0.67 0.21 0.68 318.55 0.5 0.21
Hex 52 1B 41 0 43 15 44 13F 32 15
Octal 122 33 101 0 103 25 104 477 62 25
Binary 1010010 11011 1000001 0 1000011 10101 1000100 100111111 110010 10101

Color Harmonies of #521B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B41

Black with #521B41

Text Example


Text Example

White with #521B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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