Html Css Color HEX #501D36 Blackberry

📋 copy color: '#501D36'

red 80 ◦ green 29 ◦ blue 54

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

Shades of Blackberry #501D36

Tints of Blackberry #501D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 49.08%
G = 17.79%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#501D36 (or 0x501D36) is known color: Blackberry. HEX triplet: 50, 1D and 36. RGB value is (80,29,54). Sum of RGB (Red+Green+Blue) = 80+29+54=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D36 is #AFE2C9. Grayscale: #2F2F2F. Windows color (decimal): -11526858 or 3546448. OLE color: 3546448.

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

Color convert

RGB 80 29 54 -
CMYK 0 0.64 0.33 0.69
HSL 330.59º 0.47% 0.21% -
HSV(B) 330.59º 0.64% 0.31% -
XYZ 4.41 2.85 3.81 -
YUV 47.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 80 29 54 0 0.64 0.33 0.69 330.59 0.47 0.21
Hex 50 1D 36 0 40 21 45 14B 2F 15
Octal 120 35 66 0 100 41 105 513 57 25
Binary 1010000 11101 110110 0 1000000 100001 1000101 101001011 101111 10101

Color Harmonies of #501D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D36

Black with #501D36

Text Example


Text Example

White with #501D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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