Html Css Color HEX #500623 Blackberry

📋 copy color: '#500623'

red 80 ◦ green 6 ◦ blue 35

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

Shades of Blackberry #500623

Tints of Blackberry #500623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 66.12%
G = 4.96%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#500623 (or 0x500623) is known color: Blackberry. HEX triplet: 50, 06 and 23. RGB value is (80,6,35). Sum of RGB (Red+Green+Blue) = 80+6+35=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500623 is #AFF9DC. Grayscale: #1F1F1F. Windows color (decimal): -11532765 or 2295376. OLE color: 2295376.

HSL color Cylindrical-coordinate representation of color #500623: hue angle of 336.49º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500623 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 35 -
CMYK 0 0.92 0.56 0.69
HSL 336.49º 0.86% 0.17% -
HSV(B) 336.49º 0.93% 0.31% -
XYZ 3.68 1.96 1.77 -
YUV 31.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 80 6 35 0 0.92 0.56 0.69 336.49 0.86 0.17
Hex 50 6 23 0 5C 38 45 150 56 11
Octal 120 6 43 0 134 70 105 520 126 21
Binary 1010000 110 100011 0 1011100 111000 1000101 101010000 1010110 10001

Color Harmonies of #500623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500623

Black with #500623

Text Example


Text Example

White with #500623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500623; }

 p { color: rgb(80,6,35); }

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

background-color css

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

 a { background-color: rgb(80,6,35); }

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

border-color css

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

 span { border-color: rgb(80,6,35); }

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