Html Css Color HEX #501C39 Blackberry

📋 copy color: '#501C39'

red 80 ◦ green 28 ◦ blue 57

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

Shades of Blackberry #501C39

Tints of Blackberry #501C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.55%

R = 48.48%
G = 16.97%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#501C39 (or 0x501C39) is known color: Blackberry. HEX triplet: 50, 1C and 39. RGB value is (80,28,57). Sum of RGB (Red+Green+Blue) = 80+28+57=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C39 is #AFE3C6. Grayscale: #2E2E2E. Windows color (decimal): -11527111 or 3742800. OLE color: 3742800.

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

Color convert

RGB 80 28 57 -
CMYK 0 0.65 0.29 0.69
HSL 326.54º 0.48% 0.21% -
HSV(B) 326.54º 0.65% 0.31% -
XYZ 4.46 2.83 4.18 -
YUV 46.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 80 28 57 0 0.65 0.29 0.69 326.54 0.48 0.21
Hex 50 1C 39 0 41 1D 45 147 30 15
Octal 120 34 71 0 101 35 105 507 60 25
Binary 1010000 11100 111001 0 1000001 11101 1000101 101000111 110000 10101

Color Harmonies of #501C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C39

Black with #501C39

Text Example


Text Example

White with #501C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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