Html Css Color HEX #500828 Blackberry

📋 copy color: '#500828'

red 80 ◦ green 8 ◦ blue 40

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

Shades of Blackberry #500828

Tints of Blackberry #500828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 62.5%
G = 6.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#500828 (or 0x500828) is known color: Blackberry. HEX triplet: 50, 08 and 28. RGB value is (80,8,40). Sum of RGB (Red+Green+Blue) = 80+8+40=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #500828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500828 is #AFF7D7. Grayscale: #212121. Windows color (decimal): -11532248 or 2623568. OLE color: 2623568.

HSL color Cylindrical-coordinate representation of color #500828: hue angle of 333.33º 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 #500828 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 40 -
CMYK 0 0.90 0.5 0.69
HSL 333.33º 0.82% 0.17% -
HSV(B) 333.33º 0.9% 0.31% -
XYZ 3.78 2.03 2.2 -
YUV 33.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 80 8 40 0 0.90 0.5 0.69 333.33 0.82 0.17
Hex 50 8 28 0 5A 32 45 14D 52 11
Octal 120 10 50 0 132 62 105 515 122 21
Binary 1010000 1000 101000 0 1011010 110010 1000101 101001101 1010010 10001

Color Harmonies of #500828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500828

Black with #500828

Text Example


Text Example

White with #500828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500828; }

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

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

background-color css

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

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

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

border-color css

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

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

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