Html Css Color HEX #501530 Blackberry

📋 copy color: '#501530'

red 80 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #501530

Tints of Blackberry #501530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 53.69%
G = 14.09%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#501530 (or 0x501530) is known color: Blackberry. HEX triplet: 50, 15 and 30. RGB value is (80,21,48). Sum of RGB (Red+Green+Blue) = 80+21+48=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501530 is #AFEACF. Grayscale: #292929. Windows color (decimal): -11528912 or 3151184. OLE color: 3151184.

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

Color convert

RGB 80 21 48 -
CMYK 0 0.74 0.40 0.69
HSL 332.54º 0.58% 0.2% -
HSV(B) 332.54º 0.74% 0.31% -
XYZ 4.11 2.46 3.05 -
YUV 41.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 80 21 48 0 0.74 0.40 0.69 332.54 0.58 0.2
Hex 50 15 30 0 4A 28 45 14D 3A 14
Octal 120 25 60 0 112 50 105 515 72 24
Binary 1010000 10101 110000 0 1001010 101000 1000101 101001101 111010 10100

Color Harmonies of #501530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501530

Black with #501530

Text Example


Text Example

White with #501530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501530; }

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

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

background-color css

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

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

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

border-color css

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

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

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