Html Css Color HEX #500024 Blackberry

📋 copy color: '#500024'

red 80 ◦ green 0 ◦ blue 36

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

Shades of Blackberry #500024

Tints of Blackberry #500024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.97%
G = 0%
B = 31.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500024 (or 0x500024) is known color: Blackberry. HEX triplet: 50, 00 and 24. RGB value is (80,0,36). Sum of RGB (Red+Green+Blue) = 80+0+36=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500024 is #AFFFDB. Grayscale: #1B1B1B. Windows color (decimal): -11534300 or 2359376. OLE color: 2359376.

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

Color convert

RGB 80 0 36 -
CMYK 0 1 0.55 0.69
HSL 333º 1% 0.16% -
HSV(B) 333º 1% 0.31% -
XYZ 3.63 1.83 1.83 -
YUV 28.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 80 0 36 0 1 0.55 0.69 333 1 0.16
Hex 50 0 24 0 64 37 45 14D 64 10
Octal 120 0 44 0 144 67 105 515 144 20
Binary 1010000 0 100100 0 1100100 110111 1000101 101001101 1100100 10000

Color Harmonies of #500024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500024

Black with #500024

Text Example


Text Example

White with #500024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500024; }

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

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

background-color css

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

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

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

border-color css

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

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

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