Html Css Color HEX #501738 Blackberry

📋 copy color: '#501738'

red 80 ◦ green 23 ◦ blue 56

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

Shades of Blackberry #501738

Tints of Blackberry #501738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 56 (22.27% from 255) = 35.22%

R = 50.31%
G = 14.47%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#501738 (or 0x501738) is known color: Blackberry. HEX triplet: 50, 17 and 38. RGB value is (80,23,56). Sum of RGB (Red+Green+Blue) = 80+23+56=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501738 is #AFE8C7. Grayscale: #2B2B2B. Windows color (decimal): -11528392 or 3675984. OLE color: 3675984.

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

Color convert

RGB 80 23 56 -
CMYK 0 0.71 0.30 0.69
HSL 325.26º 0.55% 0.2% -
HSV(B) 325.26º 0.71% 0.31% -
XYZ 4.33 2.6 4.02 -
YUV 43.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 80 23 56 0 0.71 0.30 0.69 325.26 0.55 0.2
Hex 50 17 38 0 47 1E 45 145 37 14
Octal 120 27 70 0 107 36 105 505 67 24
Binary 1010000 10111 111000 0 1000111 11110 1000101 101000101 110111 10100

Color Harmonies of #501738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501738

Black with #501738

Text Example


Text Example

White with #501738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501738; }

 p { color: rgb(80,23,56); }

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

background-color css

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

 a { background-color: rgb(80,23,56); }

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

border-color css

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

 span { border-color: rgb(80,23,56); }

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