Html Css Color HEX #500824 Blackberry

📋 copy color: '#500824'

red 80 ◦ green 8 ◦ blue 36

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

Shades of Blackberry #500824

Tints of Blackberry #500824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.45%

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

R = 64.52%
G = 6.45%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500824 (or 0x500824) is known color: Blackberry. HEX triplet: 50, 08 and 24. RGB value is (80,8,36). Sum of RGB (Red+Green+Blue) = 80+8+36=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500824 is #AFF7DB. Grayscale: #202020. Windows color (decimal): -11532252 or 2361424. OLE color: 2361424.

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

Color convert

RGB 80 8 36 -
CMYK 0 0.90 0.55 0.69
HSL 336.67º 0.82% 0.17% -
HSV(B) 336.67º 0.9% 0.31% -
XYZ 3.71 2.01 1.86 -
YUV 32.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 80 8 36 0 0.90 0.55 0.69 336.67 0.82 0.17
Hex 50 8 24 0 5A 37 45 151 52 11
Octal 120 10 44 0 132 67 105 521 122 21
Binary 1010000 1000 100100 0 1011010 110111 1000101 101010001 1010010 10001

Color Harmonies of #500824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500824

Black with #500824

Text Example


Text Example

White with #500824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500824; }

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

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

background-color css

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

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

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

border-color css

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

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

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