Html Css Color HEX #501730 Blackberry

📋 copy color: '#501730'

red 80 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #501730

Tints of Blackberry #501730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 52.98%
G = 15.23%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#501730 (or 0x501730) is known color: Blackberry. HEX triplet: 50, 17 and 30. RGB value is (80,23,48). Sum of RGB (Red+Green+Blue) = 80+23+48=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501730 is #AFE8CF. Grayscale: #2A2A2A. Windows color (decimal): -11528400 or 3151696. OLE color: 3151696.

HSL color Cylindrical-coordinate representation of color #501730: hue angle of 333.68º 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 #501730 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 48 -
CMYK 0 0.71 0.40 0.69
HSL 333.68º 0.55% 0.2% -
HSV(B) 333.68º 0.71% 0.31% -
XYZ 4.15 2.53 3.07 -
YUV 42.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 80 23 48 0 0.71 0.40 0.69 333.68 0.55 0.2
Hex 50 17 30 0 47 28 45 14E 37 14
Octal 120 27 60 0 107 50 105 516 67 24
Binary 1010000 10111 110000 0 1000111 101000 1000101 101001110 110111 10100

Color Harmonies of #501730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501730

Black with #501730

Text Example


Text Example

White with #501730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501730; }

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

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

background-color css

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

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

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

border-color css

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

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

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