Html Css Color HEX #501D3C Blackberry

📋 copy color: '#501D3C'

red 80 ◦ green 29 ◦ blue 60

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

Shades of Blackberry #501D3C

Tints of Blackberry #501D3C

RGB

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

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

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

R = 47.34%
G = 17.16%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#501D3C (or 0x501D3C) is known color: Blackberry. HEX triplet: 50, 1D and 3C. RGB value is (80,29,60). Sum of RGB (Red+Green+Blue) = 80+29+60=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D3C is #AFE2C3. Grayscale: #2F2F2F. Windows color (decimal): -11526852 or 3939664. OLE color: 3939664.

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

Color convert

RGB 80 29 60 -
CMYK 0 0.64 0.25 0.69
HSL 323.53º 0.47% 0.21% -
HSV(B) 323.53º 0.64% 0.31% -
XYZ 4.56 2.91 4.6 -
YUV 47.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 80 29 60 0 0.64 0.25 0.69 323.53 0.47 0.21
Hex 50 1D 3C 0 40 19 45 144 2F 15
Octal 120 35 74 0 100 31 105 504 57 25
Binary 1010000 11101 111100 0 1000000 11001 1000101 101000100 101111 10101

Color Harmonies of #501D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D3C

Black with #501D3C

Text Example


Text Example

White with #501D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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