Html Css Color HEX #501835 Blackberry

📋 copy color: '#501835'

red 80 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #501835

Tints of Blackberry #501835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 50.96%
G = 15.29%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#501835 (or 0x501835) is known color: Blackberry. HEX triplet: 50, 18 and 35. RGB value is (80,24,53). Sum of RGB (Red+Green+Blue) = 80+24+53=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #501835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501835 is #AFE7CA. Grayscale: #2B2B2B. Windows color (decimal): -11528139 or 3479632. OLE color: 3479632.

HSL color Cylindrical-coordinate representation of color #501835: hue angle of 328.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501835 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 53 -
CMYK 0 0.70 0.34 0.69
HSL 328.93º 0.54% 0.2% -
HSV(B) 328.93º 0.7% 0.31% -
XYZ 4.28 2.62 3.65 -
YUV 44.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 80 24 53 0 0.70 0.34 0.69 328.93 0.54 0.2
Hex 50 18 35 0 46 22 45 149 36 14
Octal 120 30 65 0 106 42 105 511 66 24
Binary 1010000 11000 110101 0 1000110 100010 1000101 101001001 110110 10100

Color Harmonies of #501835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501835

Black with #501835

Text Example


Text Example

White with #501835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501835; }

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

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

background-color css

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

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

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

border-color css

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

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

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