Html Css Color HEX #500730 Blackberry

📋 copy color: '#500730'

red 80 ◦ green 7 ◦ blue 48

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

Shades of Blackberry #500730

Tints of Blackberry #500730

RGB

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

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

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

R = 59.26%
G = 5.19%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#500730 (or 0x500730) is known color: Blackberry. HEX triplet: 50, 07 and 30. RGB value is (80,7,48). Sum of RGB (Red+Green+Blue) = 80+7+48=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500730 is #AFF8CF. Grayscale: #212121. Windows color (decimal): -11532496 or 3147600. OLE color: 3147600.

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

Color convert

RGB 80 7 48 -
CMYK 0 0.91 0.40 0.69
HSL 326.3º 0.84% 0.17% -
HSV(B) 326.3º 0.91% 0.31% -
XYZ 3.92 2.07 2.99 -
YUV 33.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 80 7 48 0 0.91 0.40 0.69 326.3 0.84 0.17
Hex 50 7 30 0 5B 28 45 146 54 11
Octal 120 7 60 0 133 50 105 506 124 21
Binary 1010000 111 110000 0 1011011 101000 1000101 101000110 1010100 10001

Color Harmonies of #500730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500730

Black with #500730

Text Example


Text Example

White with #500730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500730; }

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

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

background-color css

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

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

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

border-color css

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

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

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