Html Css Color HEX #500224 Blackberry

📋 copy color: '#500224'

red 80 ◦ green 2 ◦ blue 36

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

Shades of Blackberry #500224

Tints of Blackberry #500224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

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

R = 67.8%
G = 1.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500224 (or 0x500224) is known color: Blackberry. HEX triplet: 50, 02 and 24. RGB value is (80,2,36). Sum of RGB (Red+Green+Blue) = 80+2+36=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #500224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500224 is #AFFDDB. Grayscale: #1D1D1D. Windows color (decimal): -11533788 or 2359888. OLE color: 2359888.

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

Color convert

RGB 80 2 36 -
CMYK 0 0.98 0.55 0.69
HSL 333.85º 0.95% 0.16% -
HSV(B) 333.85º 0.98% 0.31% -
XYZ 3.65 1.88 1.84 -
YUV 29.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 80 2 36 0 0.98 0.55 0.69 333.85 0.95 0.16
Hex 50 2 24 0 62 37 45 14E 5F 10
Octal 120 2 44 0 142 67 105 516 137 20
Binary 1010000 10 100100 0 1100010 110111 1000101 101001110 1011111 10000

Color Harmonies of #500224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500224

Black with #500224

Text Example


Text Example

White with #500224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500224; }

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

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

background-color css

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

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

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

border-color css

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

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

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