Html Css Color HEX #501D3A Blackberry

📋 copy color: '#501D3A'

red 80 ◦ green 29 ◦ blue 58

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

Shades of Blackberry #501D3A

Tints of Blackberry #501D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 47.9%
G = 17.37%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#501D3A (or 0x501D3A) is known color: Blackberry. HEX triplet: 50, 1D and 3A. RGB value is (80,29,58). Sum of RGB (Red+Green+Blue) = 80+29+58=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D3A is #AFE2C5. Grayscale: #2F2F2F. Windows color (decimal): -11526854 or 3808592. OLE color: 3808592.

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

Color convert

RGB 80 29 58 -
CMYK 0 0.64 0.28 0.69
HSL 325.88º 0.47% 0.21% -
HSV(B) 325.88º 0.64% 0.31% -
XYZ 4.51 2.89 4.32 -
YUV 47.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 80 29 58 0 0.64 0.28 0.69 325.88 0.47 0.21
Hex 50 1D 3A 0 40 1C 45 146 2F 15
Octal 120 35 72 0 100 34 105 506 57 25
Binary 1010000 11101 111010 0 1000000 11100 1000101 101000110 101111 10101

Color Harmonies of #501D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D3A

Black with #501D3A

Text Example


Text Example

White with #501D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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