Html Css Color HEX #501C36 Blackberry

📋 copy color: '#501C36'

red 80 ◦ green 28 ◦ blue 54

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

Shades of Blackberry #501C36

Tints of Blackberry #501C36

RGB

 RED value IS 80 (31.64% from 255) = 49.38%

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

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 49.38%
G = 17.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501C36 (or 0x501C36) is known color: Blackberry. HEX triplet: 50, 1C and 36. RGB value is (80,28,54). Sum of RGB (Red+Green+Blue) = 80+28+54=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C36 is #AFE3C9. Grayscale: #2E2E2E. Windows color (decimal): -11527114 or 3546192. OLE color: 3546192.

HSL color Cylindrical-coordinate representation of color #501C36: hue angle of 330º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C36 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 54 -
CMYK 0 0.65 0.33 0.69
HSL 330º 0.48% 0.21% -
HSV(B) 330º 0.65% 0.31% -
XYZ 4.39 2.8 3.8 -
YUV 46.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 80 28 54 0 0.65 0.33 0.69 330 0.48 0.21
Hex 50 1C 36 0 41 21 45 14A 30 15
Octal 120 34 66 0 101 41 105 512 60 25
Binary 1010000 11100 110110 0 1000001 100001 1000101 101001010 110000 10101

Color Harmonies of #501C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C36

Black with #501C36

Text Example


Text Example

White with #501C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C36; }

 p { color: rgb(80,28,54); }

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

background-color css

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

 a { background-color: rgb(80,28,54); }

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

border-color css

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

 span { border-color: rgb(80,28,54); }

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