Html Css Color HEX #501C37 Blackberry

📋 copy color: '#501C37'

red 80 ◦ green 28 ◦ blue 55

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

Shades of Blackberry #501C37

Tints of Blackberry #501C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.74%

R = 49.08%
G = 17.18%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501C37 (or 0x501C37) is known color: Blackberry. HEX triplet: 50, 1C and 37. RGB value is (80,28,55). Sum of RGB (Red+Green+Blue) = 80+28+55=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C37 is #AFE3C8. Grayscale: #2E2E2E. Windows color (decimal): -11527113 or 3611728. OLE color: 3611728.

HSL color Cylindrical-coordinate representation of color #501C37: hue angle of 328.85º 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 #501C37 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 55 -
CMYK 0 0.65 0.31 0.69
HSL 328.85º 0.48% 0.21% -
HSV(B) 328.85º 0.65% 0.31% -
XYZ 4.41 2.81 3.92 -
YUV 46.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 80 28 55 0 0.65 0.31 0.69 328.85 0.48 0.21
Hex 50 1C 37 0 41 1F 45 149 30 15
Octal 120 34 67 0 101 37 105 511 60 25
Binary 1010000 11100 110111 0 1000001 11111 1000101 101001001 110000 10101

Color Harmonies of #501C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C37

Black with #501C37

Text Example


Text Example

White with #501C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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