Html Css Color HEX #500830 Blackberry

📋 copy color: '#500830'

red 80 ◦ green 8 ◦ blue 48

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

Shades of Blackberry #500830

Tints of Blackberry #500830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 58.82%
G = 5.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#500830 (or 0x500830) is known color: Blackberry. HEX triplet: 50, 08 and 30. RGB value is (80,8,48). Sum of RGB (Red+Green+Blue) = 80+8+48=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500830 is #AFF7CF. Grayscale: #222222. Windows color (decimal): -11532240 or 3147856. OLE color: 3147856.

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

Color convert

RGB 80 8 48 -
CMYK 0 0.90 0.40 0.69
HSL 326.67º 0.82% 0.17% -
HSV(B) 326.67º 0.9% 0.31% -
XYZ 3.93 2.09 2.99 -
YUV 34.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 80 8 48 0 0.90 0.40 0.69 326.67 0.82 0.17
Hex 50 8 30 0 5A 28 45 147 52 11
Octal 120 10 60 0 132 50 105 507 122 21
Binary 1010000 1000 110000 0 1011010 101000 1000101 101000111 1010010 10001

Color Harmonies of #500830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500830

Black with #500830

Text Example


Text Example

White with #500830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500830; }

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

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

background-color css

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

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

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

border-color css

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

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

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