Html Css Color HEX #501E3E Blackberry

📋 copy color: '#501E3E'

red 80 ◦ green 30 ◦ blue 62

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

Shades of Blackberry #501E3E

Tints of Blackberry #501E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.05%

R = 46.51%
G = 17.44%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#501E3E (or 0x501E3E) is known color: Blackberry. HEX triplet: 50, 1E and 3E. RGB value is (80,30,62). Sum of RGB (Red+Green+Blue) = 80+30+62=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E3E is #AFE1C1. Grayscale: #303030. Windows color (decimal): -11526594 or 4070992. OLE color: 4070992.

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

Color convert

RGB 80 30 62 -
CMYK 0 0.62 0.22 0.69
HSL 321.6º 0.45% 0.22% -
HSV(B) 321.6º 0.63% 0.31% -
XYZ 4.64 2.98 4.89 -
YUV 48.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 80 30 62 0 0.62 0.22 0.69 321.6 0.45 0.22
Hex 50 1E 3E 0 3E 16 45 142 2D 16
Octal 120 36 76 0 76 26 105 502 55 26
Binary 1010000 11110 111110 0 111110 10110 1000101 101000010 101101 10110

Color Harmonies of #501E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E3E

Black with #501E3E

Text Example


Text Example

White with #501E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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