Html Css Color HEX #521B3A Blackberry

📋 copy color: '#521B3A'

red 82 ◦ green 27 ◦ blue 58

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

Shades of Blackberry #521B3A

Tints of Blackberry #521B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 49.1%
G = 16.17%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#521B3A (or 0x521B3A) is known color: Blackberry. HEX triplet: 52, 1B and 3A. RGB value is (82,27,58). Sum of RGB (Red+Green+Blue) = 82+27+58=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B3A is #ADE4C5. Grayscale: #2E2E2E. Windows color (decimal): -11396294 or 3808082. OLE color: 3808082.

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

Color convert

RGB 82 27 58 -
CMYK 0 0.67 0.29 0.68
HSL 326.18º 0.5% 0.21% -
HSV(B) 326.18º 0.67% 0.32% -
XYZ 4.64 2.88 4.32 -
YUV 46.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 82 27 58 0 0.67 0.29 0.68 326.18 0.5 0.21
Hex 52 1B 3A 0 43 1D 44 146 32 15
Octal 122 33 72 0 103 35 104 506 62 25
Binary 1010010 11011 111010 0 1000011 11101 1000100 101000110 110010 10101

Color Harmonies of #521B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B3A

Black with #521B3A

Text Example


Text Example

White with #521B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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