Html Css Color HEX #501E3C Blackberry

📋 copy color: '#501E3C'

red 80 ◦ green 30 ◦ blue 60

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

Shades of Blackberry #501E3C

Tints of Blackberry #501E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 47.06%
G = 17.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#501E3C (or 0x501E3C) is known color: Blackberry. HEX triplet: 50, 1E and 3C. RGB value is (80,30,60). Sum of RGB (Red+Green+Blue) = 80+30+60=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E3C is #AFE1C3. Grayscale: #303030. Windows color (decimal): -11526596 or 3939920. OLE color: 3939920.

HSL color Cylindrical-coordinate representation of color #501E3C: hue angle of 324º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E3C is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 60 -
CMYK 0 0.62 0.25 0.69
HSL 324º 0.45% 0.22% -
HSV(B) 324º 0.63% 0.31% -
XYZ 4.59 2.96 4.6 -
YUV 48.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 80 30 60 0 0.62 0.25 0.69 324 0.45 0.22
Hex 50 1E 3C 0 3E 19 45 144 2D 16
Octal 120 36 74 0 76 31 105 504 55 26
Binary 1010000 11110 111100 0 111110 11001 1000101 101000100 101101 10110

Color Harmonies of #501E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E3C

Black with #501E3C

Text Example


Text Example

White with #501E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,30,60); }

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

background-color css

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

 a { background-color: rgb(80,30,60); }

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

border-color css

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

 span { border-color: rgb(80,30,60); }

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