Html Css Color HEX #501F37 Blackberry

📋 copy color: '#501F37'

red 80 ◦ green 31 ◦ blue 55

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

Shades of Blackberry #501F37

Tints of Blackberry #501F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 48.19%
G = 18.67%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#501F37 (or 0x501F37) is known color: Blackberry. HEX triplet: 50, 1F and 37. RGB value is (80,31,55). Sum of RGB (Red+Green+Blue) = 80+31+55=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F37 is #AFE0C8. Grayscale: #303030. Windows color (decimal): -11526345 or 3612496. OLE color: 3612496.

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

Color convert

RGB 80 31 55 -
CMYK 0 0.61 0.31 0.69
HSL 330.61º 0.44% 0.22% -
HSV(B) 330.61º 0.61% 0.31% -
XYZ 4.49 2.96 3.95 -
YUV 48.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 80 31 55 0 0.61 0.31 0.69 330.61 0.44 0.22
Hex 50 1F 37 0 3D 1F 45 14B 2C 16
Octal 120 37 67 0 75 37 105 513 54 26
Binary 1010000 11111 110111 0 111101 11111 1000101 101001011 101100 10110

Color Harmonies of #501F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F37

Black with #501F37

Text Example


Text Example

White with #501F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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