Html Css Color HEX #521C38 Blackberry

📋 copy color: '#521C38'

red 82 ◦ green 28 ◦ blue 56

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

Shades of Blackberry #521C38

Tints of Blackberry #521C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 49.4%
G = 16.87%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#521C38 (or 0x521C38) is known color: Blackberry. HEX triplet: 52, 1C and 38. RGB value is (82,28,56). Sum of RGB (Red+Green+Blue) = 82+28+56=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #521C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C38 is #ADE3C7. Grayscale: #2F2F2F. Windows color (decimal): -11396040 or 3677266. OLE color: 3677266.

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

Color convert

RGB 82 28 56 -
CMYK 0 0.66 0.32 0.68
HSL 328.89º 0.49% 0.22% -
HSV(B) 328.89º 0.66% 0.32% -
XYZ 4.61 2.91 4.06 -
YUV 47.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 82 28 56 0 0.66 0.32 0.68 328.89 0.49 0.22
Hex 52 1C 38 0 42 20 44 149 31 16
Octal 122 34 70 0 102 40 104 511 61 26
Binary 1010010 11100 111000 0 1000010 100000 1000100 101001001 110001 10110

Color Harmonies of #521C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C38

Black with #521C38

Text Example


Text Example

White with #521C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,28,56); }

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

background-color css

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

 a { background-color: rgb(82,28,56); }

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

border-color css

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

 span { border-color: rgb(82,28,56); }

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