Html Css Color HEX #521138 Blackberry

📋 copy color: '#521138'

red 82 ◦ green 17 ◦ blue 56

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

Shades of Blackberry #521138

Tints of Blackberry #521138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 52.9%
G = 10.97%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#521138 (or 0x521138) is known color: Blackberry. HEX triplet: 52, 11 and 38. RGB value is (82,17,56). Sum of RGB (Red+Green+Blue) = 82+17+56=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521138 is #ADEEC7. Grayscale: #282828. Windows color (decimal): -11398856 or 3674450. OLE color: 3674450.

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

Color convert

RGB 82 17 56 -
CMYK 0 0.79 0.32 0.68
HSL 324º 0.66% 0.19% -
HSV(B) 324º 0.79% 0.32% -
XYZ 4.39 2.48 3.99 -
YUV 40.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 82 17 56 0 0.79 0.32 0.68 324 0.66 0.19
Hex 52 11 38 0 4F 20 44 144 42 13
Octal 122 21 70 0 117 40 104 504 102 23
Binary 1010010 10001 111000 0 1001111 100000 1000100 101000100 1000010 10011

Color Harmonies of #521138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521138

Black with #521138

Text Example


Text Example

White with #521138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521138; }

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

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

background-color css

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

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

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

border-color css

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

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

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