Html Css Color HEX #501430 Blackberry

📋 copy color: '#501430'

red 80 ◦ green 20 ◦ blue 48

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

Shades of Blackberry #501430

Tints of Blackberry #501430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 54.05%
G = 13.51%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#501430 (or 0x501430) is known color: Blackberry. HEX triplet: 50, 14 and 30. RGB value is (80,20,48). Sum of RGB (Red+Green+Blue) = 80+20+48=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501430 is #AFEBCF. Grayscale: #292929. Windows color (decimal): -11529168 or 3150928. OLE color: 3150928.

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

Color convert

RGB 80 20 48 -
CMYK 0 0.75 0.40 0.69
HSL 332º 0.6% 0.2% -
HSV(B) 332º 0.75% 0.31% -
XYZ 4.09 2.42 3.05 -
YUV 41.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 80 20 48 0 0.75 0.40 0.69 332 0.6 0.2
Hex 50 14 30 0 4B 28 45 14C 3C 14
Octal 120 24 60 0 113 50 105 514 74 24
Binary 1010000 10100 110000 0 1001011 101000 1000101 101001100 111100 10100

Color Harmonies of #501430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501430

Black with #501430

Text Example


Text Example

White with #501430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501430; }

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

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

background-color css

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

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

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

border-color css

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

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

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