Html Css Color HEX #501937 Blackberry

📋 copy color: '#501937'

red 80 ◦ green 25 ◦ blue 55

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

Shades of Blackberry #501937

Tints of Blackberry #501937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

 BLUE value IS 55 (21.88% from 255) = 34.38%

R = 50%
G = 15.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501937 (or 0x501937) is known color: Blackberry. HEX triplet: 50, 19 and 37. RGB value is (80,25,55). Sum of RGB (Red+Green+Blue) = 80+25+55=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501937 is #AFE6C8. Grayscale: #2C2C2C. Windows color (decimal): -11527881 or 3610960. OLE color: 3610960.

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

Color convert

RGB 80 25 55 -
CMYK 0 0.69 0.31 0.69
HSL 327.27º 0.52% 0.21% -
HSV(B) 327.27º 0.69% 0.31% -
XYZ 4.35 2.68 3.9 -
YUV 44.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 80 25 55 0 0.69 0.31 0.69 327.27 0.52 0.21
Hex 50 19 37 0 45 1F 45 147 34 15
Octal 120 31 67 0 105 37 105 507 64 25
Binary 1010000 11001 110111 0 1000101 11111 1000101 101000111 110100 10101

Color Harmonies of #501937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501937

Black with #501937

Text Example


Text Example

White with #501937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501937; }

 p { color: rgb(80,25,55); }

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

background-color css

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

 a { background-color: rgb(80,25,55); }

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

border-color css

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

 span { border-color: rgb(80,25,55); }

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