Html Css Color HEX #501C35 Blackberry

📋 copy color: '#501C35'

red 80 ◦ green 28 ◦ blue 53

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

Shades of Blackberry #501C35

Tints of Blackberry #501C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

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

R = 49.69%
G = 17.39%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#501C35 (or 0x501C35) is known color: Blackberry. HEX triplet: 50, 1C and 35. RGB value is (80,28,53). Sum of RGB (Red+Green+Blue) = 80+28+53=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C35 is #AFE3CA. Grayscale: #2E2E2E. Windows color (decimal): -11527115 or 3480656. OLE color: 3480656.

HSL color Cylindrical-coordinate representation of color #501C35: hue angle of 331.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C35 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 53 -
CMYK 0 0.65 0.34 0.69
HSL 331.15º 0.48% 0.21% -
HSV(B) 331.15º 0.65% 0.31% -
XYZ 4.37 2.79 3.68 -
YUV 46.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 80 28 53 0 0.65 0.34 0.69 331.15 0.48 0.21
Hex 50 1C 35 0 41 22 45 14B 30 15
Octal 120 34 65 0 101 42 105 513 60 25
Binary 1010000 11100 110101 0 1000001 100010 1000101 101001011 110000 10101

Color Harmonies of #501C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C35

Black with #501C35

Text Example


Text Example

White with #501C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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