Html Css Color HEX #500724 Blackberry

📋 copy color: '#500724'

red 80 ◦ green 7 ◦ blue 36

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

Shades of Blackberry #500724

Tints of Blackberry #500724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

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

R = 65.04%
G = 5.69%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#500724 (or 0x500724) is known color: Blackberry. HEX triplet: 50, 07 and 24. RGB value is (80,7,36). Sum of RGB (Red+Green+Blue) = 80+7+36=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500724 is #AFF8DB. Grayscale: #202020. Windows color (decimal): -11532508 or 2361168. OLE color: 2361168.

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

Color convert

RGB 80 7 36 -
CMYK 0 0.91 0.55 0.69
HSL 336.16º 0.84% 0.17% -
HSV(B) 336.16º 0.91% 0.31% -
XYZ 3.7 1.98 1.86 -
YUV 32.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 80 7 36 0 0.91 0.55 0.69 336.16 0.84 0.17
Hex 50 7 24 0 5B 37 45 150 54 11
Octal 120 7 44 0 133 67 105 520 124 21
Binary 1010000 111 100100 0 1011011 110111 1000101 101010000 1010100 10001

Color Harmonies of #500724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500724

Black with #500724

Text Example


Text Example

White with #500724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500724; }

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

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

background-color css

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

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

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

border-color css

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

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

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