Html Css Color HEX #500124 Blackberry

📋 copy color: '#500124'

red 80 ◦ green 1 ◦ blue 36

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

Shades of Blackberry #500124

Tints of Blackberry #500124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 36 (14.45% from 255) = 30.77%

R = 68.38%
G = 0.85%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500124 (or 0x500124) is known color: Blackberry. HEX triplet: 50, 01 and 24. RGB value is (80,1,36). Sum of RGB (Red+Green+Blue) = 80+1+36=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #500124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500124 is #AFFEDB. Grayscale: #1C1C1C. Windows color (decimal): -11534044 or 2359632. OLE color: 2359632.

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

Color convert

RGB 80 1 36 -
CMYK 0 0.99 0.55 0.69
HSL 333.42º 0.98% 0.16% -
HSV(B) 333.42º 0.99% 0.31% -
XYZ 3.64 1.85 1.84 -
YUV 28.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 80 1 36 0 0.99 0.55 0.69 333.42 0.98 0.16
Hex 50 1 24 0 63 37 45 14D 62 10
Octal 120 1 44 0 143 67 105 515 142 20
Binary 1010000 1 100100 0 1100011 110111 1000101 101001101 1100010 10000

Color Harmonies of #500124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500124

Black with #500124

Text Example


Text Example

White with #500124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500124; }

 p { color: rgb(80,1,36); }

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

background-color css

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

 a { background-color: rgb(80,1,36); }

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

border-color css

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

 span { border-color: rgb(80,1,36); }

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