Html Css Color HEX #501D3F Blackberry

📋 copy color: '#501D3F'

red 80 ◦ green 29 ◦ blue 63

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

Shades of Blackberry #501D3F

Tints of Blackberry #501D3F

RGB

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

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

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

R = 46.51%
G = 16.86%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#501D3F (or 0x501D3F) is known color: Blackberry. HEX triplet: 50, 1D and 3F. RGB value is (80,29,63). Sum of RGB (Red+Green+Blue) = 80+29+63=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D3F is #AFE2C0. Grayscale: #303030. Windows color (decimal): -11526849 or 4136272. OLE color: 4136272.

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

Color convert

RGB 80 29 63 -
CMYK 0 0.64 0.21 0.69
HSL 320º 0.47% 0.21% -
HSV(B) 320º 0.64% 0.31% -
XYZ 4.64 2.94 5.03 -
YUV 48.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 80 29 63 0 0.64 0.21 0.69 320 0.47 0.21
Hex 50 1D 3F 0 40 15 45 140 2F 15
Octal 120 35 77 0 100 25 105 500 57 25
Binary 1010000 11101 111111 0 1000000 10101 1000101 101000000 101111 10101

Color Harmonies of #501D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D3F

Black with #501D3F

Text Example


Text Example

White with #501D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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