Html Css Color HEX #501F3A Blackberry

📋 copy color: '#501F3A'

red 80 ◦ green 31 ◦ blue 58

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

Shades of Blackberry #501F3A

Tints of Blackberry #501F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.32%

R = 47.34%
G = 18.34%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#501F3A (or 0x501F3A) is known color: Blackberry. HEX triplet: 50, 1F and 3A. RGB value is (80,31,58). Sum of RGB (Red+Green+Blue) = 80+31+58=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F3A is #AFE0C5. Grayscale: #303030. Windows color (decimal): -11526342 or 3809104. OLE color: 3809104.

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

Color convert

RGB 80 31 58 -
CMYK 0 0.61 0.28 0.69
HSL 326.94º 0.44% 0.22% -
HSV(B) 326.94º 0.61% 0.31% -
XYZ 4.56 2.99 4.34 -
YUV 48.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 80 31 58 0 0.61 0.28 0.69 326.94 0.44 0.22
Hex 50 1F 3A 0 3D 1C 45 147 2C 16
Octal 120 37 72 0 75 34 105 507 54 26
Binary 1010000 11111 111010 0 111101 11100 1000101 101000111 101100 10110

Color Harmonies of #501F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F3A

Black with #501F3A

Text Example


Text Example

White with #501F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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