Html Css Color HEX #501C3F Blackberry

📋 copy color: '#501C3F'

red 80 ◦ green 28 ◦ blue 63

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

Shades of Blackberry #501C3F

Tints of Blackberry #501C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 46.78%
G = 16.37%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#501C3F (or 0x501C3F) is known color: Blackberry. HEX triplet: 50, 1C and 3F. RGB value is (80,28,63). Sum of RGB (Red+Green+Blue) = 80+28+63=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C3F is #AFE3C0. Grayscale: #2F2F2F. Windows color (decimal): -11527105 or 4136016. OLE color: 4136016.

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

Color convert

RGB 80 28 63 -
CMYK 0 0.65 0.21 0.69
HSL 319.62º 0.48% 0.21% -
HSV(B) 319.62º 0.65% 0.31% -
XYZ 4.62 2.89 5.02 -
YUV 47.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 80 28 63 0 0.65 0.21 0.69 319.62 0.48 0.21
Hex 50 1C 3F 0 41 15 45 140 30 15
Octal 120 34 77 0 101 25 105 500 60 25
Binary 1010000 11100 111111 0 1000001 10101 1000101 101000000 110000 10101

Color Harmonies of #501C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C3F

Black with #501C3F

Text Example


Text Example

White with #501C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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