Html Css Color HEX #521B40 Blackberry

📋 copy color: '#521B40'

red 82 ◦ green 27 ◦ blue 64

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

Shades of Blackberry #521B40

Tints of Blackberry #521B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 47.4%
G = 15.61%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#521B40 (or 0x521B40) is known color: Blackberry. HEX triplet: 52, 1B and 40. RGB value is (82,27,64). Sum of RGB (Red+Green+Blue) = 82+27+64=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #521B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B40 is #ADE4BF. Grayscale: #2F2F2F. Windows color (decimal): -11396288 or 4201298. OLE color: 4201298.

HSL color Cylindrical-coordinate representation of color #521B40: hue angle of 319.64º 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 #521B40 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 27 64 -
CMYK 0 0.67 0.22 0.68
HSL 319.64º 0.5% 0.21% -
HSV(B) 319.64º 0.67% 0.32% -
XYZ 4.8 2.95 5.17 -
YUV 47.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 82 27 64 0 0.67 0.22 0.68 319.64 0.5 0.21
Hex 52 1B 40 0 43 16 44 140 32 15
Octal 122 33 100 0 103 26 104 500 62 25
Binary 1010010 11011 1000000 0 1000011 10110 1000100 101000000 110010 10101

Color Harmonies of #521B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B40

Black with #521B40

Text Example


Text Example

White with #521B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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