Html Css Color HEX #501D35 Blackberry

📋 copy color: '#501D35'

red 80 ◦ green 29 ◦ blue 53

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

Shades of Blackberry #501D35

Tints of Blackberry #501D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 49.38%
G = 17.9%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#501D35 (or 0x501D35) is known color: Blackberry. HEX triplet: 50, 1D and 35. RGB value is (80,29,53). Sum of RGB (Red+Green+Blue) = 80+29+53=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D35 is #AFE2CA. Grayscale: #2E2E2E. Windows color (decimal): -11526859 or 3480912. OLE color: 3480912.

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

Color convert

RGB 80 29 53 -
CMYK 0 0.64 0.34 0.69
HSL 331.76º 0.47% 0.21% -
HSV(B) 331.76º 0.64% 0.31% -
XYZ 4.39 2.84 3.69 -
YUV 46.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 80 29 53 0 0.64 0.34 0.69 331.76 0.47 0.21
Hex 50 1D 35 0 40 22 45 14C 2F 15
Octal 120 35 65 0 100 42 105 514 57 25
Binary 1010000 11101 110101 0 1000000 100010 1000101 101001100 101111 10101

Color Harmonies of #501D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D35

Black with #501D35

Text Example


Text Example

White with #501D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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