Html Css Color HEX #501D3E Blackberry

📋 copy color: '#501D3E'

red 80 ◦ green 29 ◦ blue 62

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

Shades of Blackberry #501D3E

Tints of Blackberry #501D3E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.96%

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

R = 46.78%
G = 16.96%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#501D3E (or 0x501D3E) is known color: Blackberry. HEX triplet: 50, 1D and 3E. RGB value is (80,29,62). Sum of RGB (Red+Green+Blue) = 80+29+62=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D3E is #AFE2C1. Grayscale: #2F2F2F. Windows color (decimal): -11526850 or 4070736. OLE color: 4070736.

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

Color convert

RGB 80 29 62 -
CMYK 0 0.64 0.22 0.69
HSL 321.18º 0.47% 0.21% -
HSV(B) 321.18º 0.64% 0.31% -
XYZ 4.62 2.93 4.88 -
YUV 48.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 80 29 62 0 0.64 0.22 0.69 321.18 0.47 0.21
Hex 50 1D 3E 0 40 16 45 141 2F 15
Octal 120 35 76 0 100 26 105 501 57 25
Binary 1010000 11101 111110 0 1000000 10110 1000101 101000001 101111 10101

Color Harmonies of #501D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D3E

Black with #501D3E

Text Example


Text Example

White with #501D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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